pgAdmin III commit: Fix the CASCADing option for constraints

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fix the CASCADing option for constraints
Date: 2011-01-01 22:24:19
Message-ID: 201101012224.p01MOJd4063367@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Jasmin Dizdarevic 2011-01-03 18:08:24 Re: Step ordering pgAgent
Previous Message Guillaume Lelarge 2011-01-01 12:13:11 Re: Support for unlogged tables