pgAdmin III commit: Fix renaming a database - Mailing list pgadmin-hackers

From Guillaume Lelarge
Subject pgAdmin III commit: Fix renaming a database
Date
Msg-id E1T5dJz-0007On-0i@gothos.postgresql.org
Whole thread Raw
List 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(-)


pgadmin-hackers by date:

Previous
From: Guillaume Lelarge
Date:
Subject: pgAdmin III commit: Fix renaming a database
Next
From: Guillaume Lelarge
Date:
Subject: Re: pgAdmin III commit: Lots of work on domains, and check constraints