Does "constraint" and "check" work in 6.3.2 ? - Mailing list pgsql-interfaces

From Constantin Teodorescu
Subject Does "constraint" and "check" work in 6.3.2 ?
Date
Msg-id 36376670.E573456E@flex.ro
Whole thread Raw
List pgsql-interfaces
I am planning a new release to PgAccess (mainly bug fixes) and I'm
wondering if "constraint" and "check" are working !
I am using PostgreSQL 6.3.2 and this example from man create_table is
not working for me !

Please reply as soon as possible, so I could release this version prior
to 6.4 Pg release.

testdb=> create table emppay (name text not null, wage float4 default
10.00)  constraint empcon check (wage > 5.30 and wage <= 30.00), check
(name <> '');
ERROR:  parser: parse error at or near "constraint"

???!????

--
Constantin Teodorescu
FLEX Consulting Braila, ROMANIA

pgsql-interfaces by date:

Previous
From: Peter T Mount
Date:
Subject: Re: [INTERFACES] applet don't go
Next
From: Matthew
Date:
Subject: PgAccess Problem