inheritance and foreign keys - Mailing list pgsql-general

From Chris Jones
Subject inheritance and foreign keys
Date
Msg-id a5fitp5vyg5.fsf@merry.mt.sri.com
Whole thread Raw
Responses Re: inheritance and foreign keys  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
List pgsql-general
Do inheritance and foreign keys work together?  I can't seem to get
them to.

Specifically, I want to create a table A which has sub-tables A*, and
I want to create a table B which references the primary key from A*,
not from A.

Is this possible?

Chris

--
----------------------------------------------------- chris@mt.sri.com
Chris Jones                                    SRI International, Inc.

pgsql-general by date:

Previous
From: Chris Jones
Date:
Subject: strange query plans
Next
From: Stephan Szabo
Date:
Subject: Re: inheritance and foreign keys