pgAdmin III commit: Fix renaming a database

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Fix renaming a database
Дата
Msg-id E1T5dJz-0007Op-1D@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
------
REL-1_16_0_PATCHES

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

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


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Fix the FK covering index retrieval
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Fix renaming a database