pgAdmin III commit: Implements support for constraint trigger - Mailing list pgadmin-hackers

From Guillaume Lelarge
Subject pgAdmin III commit: Implements support for constraint trigger
Date
Msg-id 201103242014.p2OKEWiA078549@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Implements support for constraint trigger

This patch adds a Constraint checkbox and the deferrable and deferred
checkboxes. Note that the "FROM referenced_table_name" clause is not
implemented as it "is not recommended for general use" according to the
manual.

Report from Dan S.

Branch
------
master

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

Modified Files
--------------
CHANGELOG                          |    1 +
pgadmin/dlg/dlgTrigger.cpp         |   59 +++++++++++++++++++++++++++++++++--
pgadmin/include/dlg/dlgTrigger.h   |    1 +
pgadmin/include/schema/pgTrigger.h |   26 +++++++++++++++-
pgadmin/schema/pgTrigger.cpp       |   36 +++++++++++++++++++---
pgadmin/ui/dlgTrigger.xrc          |   53 +++++++++++++++++++++++++++++--
6 files changed, 162 insertions(+), 14 deletions(-)


pgadmin-hackers by date:

Previous
From: Guillaume Lelarge
Date:
Subject: Re: User mapping
Next
From: Guillaume Lelarge
Date:
Subject: Re: Support for constraint trigger (8.2 feature)