Re: PATCH: Ticket#96: Deferrable unique & primary constraints

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: Dave Page <dave(dot)page(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: PATCH: Ticket#96: Deferrable unique & primary constraints
Date: 2010-04-23 14:09:35
Message-ID: h2m8cf965d31004230709w116b3c72l8ae5d39d2b748339@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On Fri, Apr 23, 2010 at 6:43 PM, Dave Page <dave(dot)page(at)enterprisedb(dot)com>wrote:

> On Fri, Apr 23, 2010 at 1:07 PM, Ashesh Vashi
> <ashesh(dot)vashi(at)enterprisedb(dot)com> wrote:
> > Hi,
> > Please find the attached patch for the DEFERRABLE / INITIALLY DEFERRED
> > keywords for the unique and primary key constraints.
>
> Hi,
>
> These constraints are implemented using triggers it seems. We need to
> filter them out of the reverse engineered SQL and not include them in
> the treeview (as we do for Foreign Key triggers).
>
> I was expecting to just apply that one too :-(
>
Please find the patch for the same.

--
Thanks & Regards,

Ashesh Vashi
EnterpriseDB INDIA: Enterprise Postgres Company<http://www.enterprisedb.com>

>
> --
> Dave Page
> EnterpriseDB UK: http://www.enterprisedb.com
> The Enterprise Postgres Company
>

Attachment Content-Type Size
TriggerPG_9_0_Internal_v1.patch text/x-patch 701 bytes

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Erwin Brandstetter 2010-04-23 19:25:23 Re: pgadmin 1.10.2 crashes on start
Previous Message Dave Page 2010-04-23 13:13:18 Re: PATCH: Ticket#96: Deferrable unique & primary constraints