Re: Referential Integrity problem - Mailing list pgsql-general

From Stephan Szabo
Subject Re: Referential Integrity problem
Date
Msg-id 20030318160621.X45066-100000@megazone23.bigpanda.com
Whole thread Raw
In response to Referential Integrity problem  (James Gregory <james@anchor.net.au>)
Responses Re: Referential Integrity problem  (James Gregory <james@anchor.net.au>)
List pgsql-general
On 19 Mar 2003, James Gregory wrote:

> I hope this one is just some misunderstanding on my part.

Referential integrity constraints currently apply only to the explicitly
named table.  In addition, the saleable_item primary key on id is not
inherited by product (and so there can be duplicates in product - even if
you put a unique constraint on product(id), you still can have duplicates
between saleable_item and product).



pgsql-general by date:

Previous
From: James Gregory
Date:
Subject: Referential Integrity problem
Next
From: Josh Berkus
Date:
Subject: Limitations in PL/perl