Re: foreign key constraints and inheritence - Mailing list pgsql-general

From Sander Steffann
Subject Re: foreign key constraints and inheritence
Date
Msg-id 001501c58abb$b7d03440$64c8a8c0@balefirehome
Whole thread Raw
In response to foreign key constraints and inheritence  (Garrett Kalleberg <experimental@metadada.com>)
Responses Re: foreign key constraints and inheritence
List pgsql-general
Hi,

> http://www.postgresql.org/docs/8.0/static/ddl-inherit.html
>
> "A serious limitation of the inheritance feature is that indexes
> (including unique constraints) and foreign key constraints only
> apply to single tables, not to their inheritance children.  This
> is true on both the referencing and referenced sides of a foreign
> key constraint."

I would realy like to see this fixed. But I guess if it was easy then
someone would already have fixed it...

- Sander



pgsql-general by date:

Previous
From: Michael Fuhr
Date:
Subject: Re: foreign key constraints and inheritence
Next
From: Garrett Kalleberg
Date:
Subject: Re: foreign key constraints and inheritence