Re: [GENERAL] foriegn key...

2000-04-12 Thread Manuel Cabido
Better try to install PostgreSQL version 7 and experiment on referential integrity... -- Manny C. Cabido e-mail:[EMAIL PROTECTED]

Re: [GENERAL] foriegn key...

2000-04-12 Thread Jan Wieck
AFAIK Postgres doesn't (yet) directly support foreign keys. You have to supply that ability yourself, possibly through triggers and procedures. I am using version 7.0 beta 5... and btw, I found a little snippit of code syntax on this page:

Re: [GENERAL] foriegn key...

2000-04-12 Thread Jan Wieck
On 11 Apr 2000 17:55:43 -0400, [EMAIL PROTECTED] (Andrew Schmeder) wrote: AFAIK Postgres doesn't (yet) directly support foreign keys. You have to supply that ability yourself, possibly through triggers and procedures. AFAIK (and I led the project), v7.0 (released soon and the