pgAdmin III commit: Fix renaming a database

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Fix renaming a database
Дата
Msg-id E1T5dJz-0007On-0i@gothos.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Fix renaming a database
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: Re: pgAdmin III commit: Lots of work on domains, and check constraints