pgAdmin III commit: Fix the CASCADing option for constraints - Mailing list pgadmin-hackers

From Guillaume Lelarge
Subject pgAdmin III commit: Fix the CASCADing option for constraints
Date
Msg-id 201101012224.p01MOJd4063367@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fix the CASCADing option for constraints

Per a report from Eric Ongerth, there's no possibility right now to DROP
CASCADE a constraint. This patch fixes this issue by checking the cascading
option and by reacting accordingly if needed.

Branch
------
master

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

Modified Files
--------------
CHANGELOG                            |    1 +
pgadmin/schema/pgCheck.cpp           |    9 +++++----
pgadmin/schema/pgForeignKey.cpp      |    8 +++++---
pgadmin/schema/pgIndexConstraint.cpp |    8 +++++---
4 files changed, 16 insertions(+), 10 deletions(-)


pgadmin-hackers by date:

Previous
From: Guillaume Lelarge
Date:
Subject: Re: Support for unlogged tables
Next
From: Jasmin Dizdarevic
Date:
Subject: Re: Step ordering pgAgent