Обсуждение: pgAdmin III commit: Fix renaming a database

Поиск
Список
Период
Сортировка

pgAdmin III commit: Fix renaming a database

От
Guillaume Lelarge
Дата:
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(-)