Support for constraint trigger (8.2 feature) - Mailing list pgadmin-hackers

From Guillaume Lelarge
Subject Support for constraint trigger (8.2 feature)
Date
Msg-id 4D86277B.3080406@lelarge.info
Whole thread Raw
Responses Re: Support for constraint trigger (8.2 feature)  (Dave Page <dpage@pgadmin.org>)
List pgadmin-hackers
Hi,

Here is a patch that adds support for the constraint trigger, a feature
available since 8.2.

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.

I'm not sure the design is really good as I had to increase the dialog's
height quite a lot. It would probably be a good idea to add a new tab
and push some controls over there.

Comments?


--
Guillaume
 http://www.postgresql.fr
 http://dalibo.com

pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin III commit: Dirty hack to avoid having png2c link with libpq.
Next
From: Dave Page
Date:
Subject: pgAgent commit: Update version number to reflect recent changes, as wel