pgAdmin III commit: Fix dropping a constraint in the table properties - Mailing list pgadmin-hackers

From Guillaume Lelarge
Subject pgAdmin III commit: Fix dropping a constraint in the table properties
Date
Msg-id E1R2Paf-0003jp-OC@gothos.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Guillaume Lelarge
Date:
Subject: pgAdmin III commit: Support for reverse engineering in the designer
Next
From: Guillaume Lelarge
Date:
Subject: pgAdmin III commit: Fix dropping a constraint in the table properties