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:35:33
Message-ID: E1R2Paf-0003jp-OC@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
------
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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2011-09-10 15:37:24 pgAdmin III commit: Fix dropping a constraint in the table properties
Previous Message Guillaume Lelarge 2011-09-10 14:24:28 pgAdmin III commit: Support for reverse engineering in the designer