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

---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend

Reply via email to