Re: [HACKERS] Re: [GENERAL] Foreign Keys: check_primary_function

1999-04-08 Thread Margarita Barvinok
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,

Re: [GENERAL] Foreign Keys: check_primary_function

1999-03-14 Thread Bruce Momjian
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

[GENERAL] Foreign Keys: check_primary_function

1998-09-21 Thread Anand Surelia
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