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 E1R2PcS-0003kp-M8@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
------
master

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

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


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

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Fix dropping a constraint in the table properties
Следующее
От: "pgAdmin Trac"
Дата:
Сообщение: [pgAdmin III] #338: ALTER statements for sequences act like tables