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

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fix dropping a constraint in the table properties
Date: 2011-09-10 15:37:24
Message-ID: E1R2PcS-0003kp-M8@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message pgAdmin Trac 2011-09-10 15:54:42 [pgAdmin III] #338: ALTER statements for sequences act like tables
Previous Message Guillaume Lelarge 2011-09-10 15:35:33 pgAdmin III commit: Fix dropping a constraint in the table properties