Re: Typo in doc or wrong EXCLUDE implementation

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Typo in doc or wrong EXCLUDE implementation
Дата
Msg-id 12107.1533736288@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Typo in doc or wrong EXCLUDE implementation  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: Typo in doc or wrong EXCLUDE implementation
Список pgsql-hackers
Bruce Momjian <bruce@momjian.us> writes:
> On Wed, Aug  8, 2018 at 01:55:53PM +0300, KES wrote:
>> If such exclusion constraint would be marked as UNIQUE we can use it for FK while implementing temporal/bi-temporal
tables.

> Yes, it would work, but doing that only for equality would be surprising
> to many people because exclusion constraints are more general than
> equality comparisons.

In general, we should be discouraging people from using EXCLUDE syntax
with simple equality operators, not encouraging them to do so.  It's
less efficient and less portable than a regular btree-based uniqueness
constraint.  So I think this proposal is a bad idea regardless of
whether it'd be technically feasible or not.

            regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Stephen Frost
Дата:
Сообщение: Re: Negotiating the SCRAM channel binding type
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Facility for detecting insecure object naming