Re: inheritance and foreign keys - Mailing list pgsql-general

From Nico D
Subject Re: inheritance and foreign keys
Date
Msg-id 19805.001205@mclink.it
Whole thread Raw
In response to inheritance and foreign keys  (Chris Jones <chris@mt.sri.com>)
List pgsql-general
Wednesday, November 29, 2000, 7:06:55 PM, Chris Jones wrote:

CJ> Do inheritance and foreign keys work together?  I can't seem to get
CJ> them to.

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

CJ> Is this possible?


I'm afraid not yet...
Anyone can foresee when the supporting code  (inherited
primary keys) will be available? (Anyone is developing it?)

regards
Nico



pgsql-general by date:

Previous
From: Mike Castle
Date:
Subject: Re: Sequences in transaction
Next
From: Randy Jonasz
Date:
Subject: Re: Article involving Postgresql