| From: | Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com> |
|---|---|
| To: | onder(at)citusdata(dot)com, pgsql-docs(at)postgresql(dot)org |
| Subject: | Re: Exclude constraints not shown ALTER TABLE documentation page |
| Date: | 2016-09-20 17:33:59 |
| Message-ID: | 875a5b71-3ca6-b0c8-c3ba-585f0a2ddc38@2ndquadrant.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-docs |
On 9/19/16 9:42 AM, onder(at)citusdata(dot)com wrote:
> Though it is possible to add EXCLUDE CONSTRAINTs via ALTER TABLE as appears
> here
> http://thoughts.davisjeff.com/2010/09/25/exclusion-constraints-are-generalized-sql-unique/
> we could not see it on the related doc here
> https://www.postgresql.org/docs/9.5/static/sql-altertable.html
The ALTER TABLE page does not mention any specific constraint types,
instead referring to the CREATE TABLE page. So this is not an omission
of exclude constraints, but an intentional way to reduce duplication.
--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Eisentraut | 2016-09-20 17:41:37 | Re: description of 'make world' in installation.sgml |
| Previous Message | Peter Eisentraut | 2016-09-20 17:31:58 | Re: Obsolete warning on Python 2.4 |