pgAdmin III commit: Allow the user to disconnect from individual db.

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Allow the user to disconnect from individual db.
Дата
Msg-id 201008191524.o7JFOaAh001934@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Commit: http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=28b568f8ca0c2b56cc1a813c94e1aa32ec8d7b8f
Author: Steffen Kuhn <pg@kuhnsteffen.de>

Log Message
-----------
Allow the user to disconnect from individual db.

This patch adds a menu item for every database object except the maintenance
one, that allows the user to disconnect from a specific database.

Branch
------
master

Modified Files
--------------
pgadmin/frm/frmMain.cpp             |    1 +
pgadmin/include/schema/pgDatabase.h |    8 ++++++++
pgadmin/schema/pgDatabase.cpp       |   30 ++++++++++++++++++++++++++++++
3 files changed, 39 insertions(+), 0 deletions(-)


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

Предыдущее
От: "Steffen Kuhn"
Дата:
Сообщение: Editing date values in frmEditGrid
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: Re: Git configuration