pgAdmin III commit: Fix renaming a database

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fix renaming a database
Date: 2012-08-26 13:56:11
Message-ID: E1T5dJz-0007On-0i@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix renaming a database

Since 3e05c4d832e5658419094c34ce0ee6959bc1d85a commit, when a user renames a
database, the treeview is emptied after the refresh. This patch makes sure
that the refresh is done only when the change occurs at the sub-schema level.

Per a report from Regina.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=3ddce967a73189f9fe3491408af253c6047dfbab

Modified Files
--------------
pgadmin/dlg/dlgProperty.cpp | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2012-08-26 16:18:05 Re: pgAdmin III commit: Lots of work on domains, and check constraints
Previous Message Guillaume Lelarge 2012-08-26 10:28:17 pgAdmin III commit: Fix the FK covering index retrieval