inheritance and foreign keys

From: Chris Jones <chris(at)mt(dot)sri(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: inheritance and foreign keys
Date: 2000-11-30 23:20:58
Message-ID: a5fitp5vyg5.fsf@merry.mt.sri.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)mt(dot)sri(dot)com
Chris Jones SRI International, Inc.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Roberto Mello 2000-11-30 23:25:15 Re: String function page incorrect?
Previous Message Chris Jones 2000-11-30 23:20:52 strange query plans