pgAdmin III commit: Fix dropping a constraint in the table properties

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Fix dropping a constraint in the table properties
Дата
Msg-id E1R2Paf-0003jp-OC@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fix dropping a constraint in the table properties

The DROP CONSTRAINT was added before the RENAME statement whereas the DROP CONSTRAINT was using the new name.

Report from P GOUV.

Branch
------
REL-1_14_0_PATCHES

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

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


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

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Support for reverse engineering in the designer
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Fix dropping a constraint in the table properties