Re: [GENERAL] Foreign Key

From: Howie <caffeine(at)toodarkpark(dot)org>
To: Frederic(dot)Boucher(at)FRY(dot)desjardins(dot)com
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: [GENERAL] Foreign Key
Date: 1999-10-05 23:10:54
Message-ID: Pine.LNX.3.96.991005231010.8877D-100000@rabies.toodarkpark.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, 5 Oct 1999 Frederic(dot)Boucher(at)FRY(dot)desjardins(dot)com wrote:

> Hello everyone,
>
> I would just like to know if the Foreign key constraint feature should be a one
> of a near release... Any idea?

for now, refint ( $PGSQL_SRC_ROOT/contrib/spi/ ) is what one should be
using for foreign keys. requires two triggers, one on the parent and one
on the child. works nicely.

---
Howie <caffeine(at)toodarkpark(dot)org> URL: http://www.toodarkpark.org
"Just think how much deeper the ocean would be if sponges didn't live there."

In response to

  • Foreign Key at 1999-10-05 22:07:46 from Frederic.Boucher

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Omega Weapon 1999-10-06 02:37:55 copying from one table to another
Previous Message Bruce Momjian 1999-10-05 22:40:19 Re: [GENERAL] Foreign Key