Re: operator exclusion constraints

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: operator exclusion constraints
Дата
Msg-id 10114.1257552313@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: operator exclusion constraints  (Jeff Davis <pgsql@j-davis.com>)
Ответы Re: operator exclusion constraints
Список pgsql-hackers
Jeff Davis <pgsql@j-davis.com> writes:
> To make sure I understand what you're saying, you think that:

> CREATE TABLE foo
> (
>   exclusion int,
>   EXCLUSION (exclusion CHECK WITH =)
> );

> should work?

Well, it looks like it should be able to work, because left-paren
can't immediately follow a column name AFAIR.  Maybe I'm missing
something.  What's your grammar patch exactly, and what does
bison -v finger as being the problem?
        regards, tom lane


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: plperl and inline functions -- first draft
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: "ERROR: could not read block 6 ...: read only 0 of 8192 bytes" after autovacuum cancelled