pgAdmin III commit: Implements support for constraint trigger

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Implements support for constraint trigger
Date: 2011-03-24 20:14:32
Message-ID: 201103242014.p2OKEWiA078549@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2011-03-24 20:17:29 Re: Support for constraint trigger (8.2 feature)
Previous Message Guillaume Lelarge 2011-03-24 19:49:03 Re: User mapping