Re: CHECK constraint (true) causes dumps with parse errors

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: CHECK constraint (true) causes dumps with parse errors
Дата
Msg-id 428D9E3D.8000204@samurai.com
обсуждение исходный текст
Ответ на CHECK constraint (true) causes dumps with parse errors  (Szűcs Gábor <surrano@gmail.com>)
Ответы Re: CHECK constraint (true) causes dumps with parse errors
Список pgsql-bugs
Szűcs Gábor wrote:
> # create table foo (bar int, constraint foobar check (true));
> CREATE TABLE
> # \d foo
>       Table "public.foo"
>  Column |  Type   | Modifiers
> --------+---------+-----------
>  bar    | integer |
> Check constraints:
>     "foobar" CHECK ()

Yeah, I can repro this with current REL7_4_STABLE sources, but it looks
fixed in HEAD and REL8_0_STABLE.

-Neil

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