Re: WIP: Deferrable unique constraints

From: Dean Rasheed <dean(dot)a(dot)rasheed(at)googlemail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Jeff Davis <pgsql(at)j-davis(dot)com>, David Fetter <david(at)fetter(dot)org>, Alvaro Herrera <alvherre(at)commandprompt(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: WIP: Deferrable unique constraints
Date: 2009-07-22 11:25:37
Message-ID: 8e2dbb700907220425m596b77a8i2a50ae8c5c2d130a@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

2009/7/21 Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>:
> Jeff Davis <pgsql(at)j-davis(dot)com> writes:
>> On Tue, 2009-07-21 at 22:01 +0100, Dean Rasheed wrote:
>>> I'm not seeing an obvious alternative location to utils/adt. Any advice would
>>> be appreciated.
>
> You could make a fair case for either backend/catalog or
> backend/commands.  Maybe the latter since that's where the core
> trigger support is.
>
>> My first reaction is utils/misc.
>
> I always hated that directory.  *Double* failure to classify.
>
>                        regards, tom lane
>

OK, here's an updated patch.

- Dean

Attachment Content-Type Size
constraint.c text/x-csrc 3.8 KB
deferrable_unique.patch text/x-patch 99.1 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dean Rasheed 2009-07-22 11:29:13 Re: WIP: Deferrable unique constraints
Previous Message Andreas Wenk 2009-07-22 10:45:45 Re: psql - small fix in \du