Re: operator exclusion constraints
Jeff Davis <pgsql@j-davis.com>
From: Jeff Davis <pgsql@j-davis.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Robert Haas <robertmhaas@gmail.com>, Peter Eisentraut <peter_e@gmx.net>, Simon Riggs <simon@2ndquadrant.com>, pgsql-hackers@postgresql.org
Date: 2009-11-08T21:41:03Z
Lists: pgsql-hackers
Attachments
- operator-exclusion-constraints-20091108.context.patch (text/x-patch) patch
- operator-exclusion-constraints-20091108.patch.gz (application/x-gzip) patch
On Sat, 2009-11-07 at 10:56 -0800, Jeff Davis wrote: > EXCLUDE probably flows most nicely with the optional USING clause or > without. My only complaint was that it's a transitive verb, so it seems > to impart more meaning than it actually can. I doubt anyone would > actually be more confused in practice, though. If a couple of people > agree, I'll change it to EXCLUDE. It looks like EXCLUDE is the winner. Updated patch attached. The feature is still called "operator exclusion constraints", and the docs still make reference to that name, but the syntax specification has been updated. Regards, Jeff Davis