| From: | Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com> |
|---|---|
| To: | Ashutosh Sharma <ashu(dot)coek88(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: Test-cases for exclusion constraints is missing in alter_table.sql file |
| Date: | 2018-01-23 17:06:29 |
| Message-ID: | 149ef235-ab46-7c5f-0458-f4fe5ed589b9@2ndquadrant.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On 1/17/18 23:57, Ashutosh Sharma wrote:
> By elsewhere do you mean in the contrib module 'sepgsql'
> (sepgsql/sql/ddl.sql) because other than that i didn't find any other
> places having ALTER TABLE ... ADD CONSTRAINT ... EXCLUDE ... sort of
> sql queries other than the files which i mentioned in my earlier
> email. Thanks.
There is
ALTER TABLE partitioned ADD EXCLUDE USING gist (a WITH &&);
in alter_table.sql.
--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Eisentraut | 2018-01-23 17:08:37 | Re: Handling better supported channel binding types for SSL implementations |
| Previous Message | Peter Eisentraut | 2018-01-23 17:03:50 | Re: [PATCH][PROPOSAL] Refuse setting toast.* reloptions when TOAST table does not exist |