Re: Foreign Key Implementation

From: Kovacs Zoltan Sandor <tip(at)pc10(dot)radnoti-szeged(dot)sulinet(dot)hu>
To: Mathijs Brands <mathijs(at)ilse(dot)nl>
Cc: "Drozdowski, Catharine I" <Drozdowski(dot)Catharine(at)emeryworld(dot)com>, pgsql-sql(at)postgresql(dot)org
Subject: Re: Foreign Key Implementation
Date: 2000-04-05 08:25:27
Message-ID: Pine.LNX.4.05.10004051022100.4358-100000@pc10.radnoti-szeged.sulinet.hu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

> I'm no expert on this, but PostgreSQL does have a foreign key implementation,
> albeit a somewhat cumbersome IMO. You should look the refint (referential
> integrity) stuff in the contrib directory of the sourcetree. Since I don't
> have a sourcetree lying around at the moment, I can't verify the exact name
> of the directory. The goodies may be located in the SDI (or something similar)
> directory. What it boils down to is that you use triggers to enforce referential
> integrity. It works just fine, but is a bit labourious to setup.
The old contrib/spi/refint.c is obsolete now. You should use the new
implementation. Go to www.postgresql.org and search for Jan Wieck's TODO
page about reference integrity, you will find the exact syntax there.
Examples can be found in the mailing list, also on www.postgresql.org.

Regards,
Zoltan

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Moray McConnachie 2000-04-05 08:50:54 Re: Foreign Key Implementation
Previous Message Alexey V. Meledin 2000-04-05 06:27:14 Re: Foreign Key Implementation