Re: Support for constraint trigger (8.2 feature)

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: Support for constraint trigger (8.2 feature)
Date: 2011-03-22 14:59:50
Message-ID: AANLkTin2GnSXarOyQorBUt9A_av6h0_bvjmDxvYfayh6@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On Sun, Mar 20, 2011 at 4:12 PM, Guillaume Lelarge
<guillaume(at)lelarge(dot)info>wrote:

> 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.
>

It's certainly far too high, but then the WHEN and Comment boxes could be
reduced significantly.

FYI, moving forward I think we should make a concerted effort to ensure that
all dialogues can be used on an 800x600 screen, allowing for some sort of
task bar.

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2011-03-22 15:47:22 Re: Support for constraint trigger (8.2 feature)
Previous Message Dave Page 2011-03-22 11:15:53 pgAdmin III commit: Ensure that png2c is available before building pgAd