Re: Test-cases for exclusion constraints is missing inalter_table.sql file

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Test-cases for exclusion constraints is missing inalter_table.sql file
Дата
Msg-id 149ef235-ab46-7c5f-0458-f4fe5ed589b9@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: Test-cases for exclusion constraints is missing inalter_table.sql file  (Ashutosh Sharma <ashu.coek88@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: [PATCH][PROPOSAL] Refuse setting toast.* reloptions when TOASTtable does not exist
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Handling better supported channel binding types for SSLimplementations