Re: Test-cases for exclusion constraints is missing inalter_table.sql file - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Test-cases for exclusion constraints is missing inalter_table.sql file
Date
Msg-id 149ef235-ab46-7c5f-0458-f4fe5ed589b9@2ndquadrant.com
Whole thread Raw
In response to Re: Test-cases for exclusion constraints is missing inalter_table.sql file  (Ashutosh Sharma <ashu.coek88@gmail.com>)
List 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


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: [PATCH][PROPOSAL] Refuse setting toast.* reloptions when TOASTtable does not exist
Next
From: Peter Eisentraut
Date:
Subject: Re: Handling better supported channel binding types for SSLimplementations