Patch to allow the change of the connection in the server status dialog

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема Patch to allow the change of the connection in the server status dialog
Дата
Msg-id 200909201117.43103.guillaume@lelarge.info
обсуждение исходный текст
Ответы Re: Patch to allow the change of the connection in the server status dialog  (Dave Page <dpage@pgadmin.org>)
Список pgadmin-hackers
Hi,

This patch adds a connection toolbar to the frmStatus window. It allows one to
change the connection used byt the various reports. It is mostly important for
the locks report because it's the only way to get the name of locked
relations.

One thing that bugs me is the log report. It needs to keep the connection to
the maintenance database because it's the only database where we require to
have the adminpack functions. Should we keep two connections (one on the
maintenance database and the one selected in the combobox)? or should we allow
the change of connection for the locks report only?

Comments welcomed :)


--
Guillaume.
 http://www.postgresqlfr.org
 http://dalibo.com

Вложения

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: "pgAdmin Trac"
Дата:
Сообщение: Re: [pgAdmin III] #78: Allow the change of the connection in the server status dialog
Следующее
От: Dave Page
Дата:
Сообщение: Re: PATCH(WIP): Printing Support And Save GQB/Explain as an image