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

From: Neil Conway <neilc(at)samurai(dot)com>
To: Szűcs Gábor <surrano(at)gmail(dot)com>
Cc: "pgsql-bugs(at)postgresql(dot)org" <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: CHECK constraint (true) causes dumps with parse errors
Date: 2005-05-20 08:22:21
Message-ID: 428D9E3D.8000204@samurai.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Olleg Samoylov 2005-05-20 09:07:32 Re: BUG #1676: Statment order in rules
Previous Message Szűcs Gábor 2005-05-20 08:03:35 CHECK constraint (true) causes dumps with parse errors