![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
# 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 () |
#2
| |||
| |||
|
|
Szűcs Gábor wrote: 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. |
![]() |
| Thread Tools | |
| Display Modes | |
| |