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

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Allow the user to disconnect from individual db.
Date: 2010-08-19 15:24:36
Message-ID: 201008191524.o7JFOaAh001934@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers


Commit: http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=28b568f8ca0c2b56cc1a813c94e1aa32ec8d7b8f
Author: Steffen Kuhn <pg(at)kuhnsteffen(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2010-08-19 15:28:11 Re: Git configuration
Previous Message Steffen Kuhn 2010-08-19 15:02:02 Editing date values in frmEditGrid