pgAdmin III commit: Allow the user to disconnect from individual db. - Mailing list pgadmin-hackers

From Guillaume Lelarge
Subject pgAdmin III commit: Allow the user to disconnect from individual db.
Date
Msg-id 201008191524.o7JFOaAh001934@gothos.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: "Steffen Kuhn"
Date:
Subject: Editing date values in frmEditGrid
Next
From: Guillaume Lelarge
Date:
Subject: Re: Git configuration