Re: operator exclusion constraints - Mailing list pgsql-hackers

From David E. Wheeler
Subject Re: operator exclusion constraints
Date
Msg-id 6ADCB82C-9FAE-49D3-9618-6818660F44B2@kineticode.com
Whole thread Raw
In response to Re: operator exclusion constraints  (Jeff Davis <pgsql@j-davis.com>)
Responses Re: operator exclusion constraints
Re: operator exclusion constraints
List pgsql-hackers
On Nov 5, 2009, at 10:13 AM, Jeff Davis wrote:

> CHECK -- verb or noun
> UNIQUE -- adjective
> PRIMARY KEY -- noun
> FOREIGN KEY -- noun

Put like that, I'm thinking:

EXCLUSION - noun or adjective
     EXCLUSION (...) BY ...

But that doesn't read as well to my eye as:
    EXCLUDE (...) BY ...

Or
    EXCLUDING (...) BY ...

I think either of those last two work well enough.

Best,

David


pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: operator exclusion constraints
Next
From: James Pye
Date:
Subject: Re: Typed tables