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

From: Dave Page <dave(dot)page(at)enterprisedb(dot)com>
To: Ashesh Vashi <ashesh(dot)vashi(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 19:34:40
Message-ID: q2j937d27e11004231234rd1648d9aof4fe83e819f6adda@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Thanks, patch applied.

On Fri, Apr 23, 2010 at 3:09 PM, Ashesh Vashi
<ashesh(dot)vashi(at)enterprisedb(dot)com> wrote:
>
>
> 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
>
>
>>
>> --
>> Dave Page
>> EnterpriseDB UK: http://www.enterprisedb.com
>> The Enterprise Postgres Company
>
>
>
> --
> Sent via pgadmin-hackers mailing list (pgadmin-hackers(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-hackers
>
>

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

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2010-04-23 19:47:34 Re: PATCH(WIP): Printing Support And Save GQB/Explain as an image
Previous Message svn 2010-04-23 19:28:22 SVN Commit by dpage: r8295 - in trunk/pgadmin3: . pgadmin/dlg pgadmin/schema pgadmin/ui