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(-)