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 E1R2PcS-0003kp-M8@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
------
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 by date:

Previous
From: Guillaume Lelarge
Date:
Subject: pgAdmin III commit: Fix dropping a constraint in the table properties
Next
From: "pgAdmin Trac"
Date:
Subject: [pgAdmin III] #338: ALTER statements for sequences act like tables