Try this
create table FOOS(
opaque_id int4 NOT NULL PRIMARY KEY,
name text NOT NULL,
bars int4 NOT NULL,
bazs int4 NOT NULL
);
or this
create table FOOS(
opaque_id int4 NOT NULL,
name text NOT NULL,
Applied.
> Hi All,
> I've changed the check_primary_key() function code to allow for either
> the "automatic insert key rule" or "dependent insert key rule".
> Previously it restricted the addtion of a child entry if the
> corresponding parent entry was not there. Now if the option is
> "automat
Hi All,
I've changed the check_primary_key() function code to allow for either
the "automatic insert key rule" or "dependent insert key rule".
Previously it restricted the addtion of a child entry if the
corresponding parent entry was not there. Now if the option is
"automatic" it will add an entr