Re: operator exclusion constraints

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: operator exclusion constraints
Дата
Msg-id 17833.1257534326@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: operator exclusion constraints  ("David E. Wheeler" <david@kineticode.com>)
Ответы Re: operator exclusion constraints
Список pgsql-hackers
"David E. Wheeler" <david@kineticode.com> writes:
> BTW, is it the case that room maps to = and during maps to && in this  
> example? If so, wouldn't it make more sense to combine them?

>      EXCLUSION (room WITH =, during WITH &&)

I think so too.  Keeping the expression and the associated operator
together seems more readable and less error-prone than having them
separated by other columns.

BTW, where is the optional opclass name going to fit in?  ("There
isn't one" is not an acceptable answer.)
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: operator exclusion constraints
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: plperl and inline functions -- first draft