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-29 18:06:55
Message-ID: a5fhf4qk5z4.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 Peter Eisentraut 2000-11-29 18:12:00 Re: Bug? 'psql -l' in pg_ctl?
Previous Message Robert B. Easter 2000-11-29 18:06:31 Re: How do I install pl/perl