Support for constraint trigger (8.2 feature)

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: Support for constraint trigger (8.2 feature)
Date: 2011-03-20 16:12:43
Message-ID: 4D86277B.3080406@lelarge.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Attachment Content-Type Size
0001-Implements-support-for-constraint-trigger.patch text/x-diff 0 bytes

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2011-03-21 16:35:08 pgAgent commit: Update version number to reflect recent changes, as wel
Previous Message Dave Page 2011-03-18 14:25:16 pgAdmin III commit: Dirty hack to avoid having png2c link with libpq.