Re: foreign key constraints and inheritence

From: "Sander Steffann" <steffann(at)nederland(dot)net>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Re: foreign key constraints and inheritence
Date: 2005-07-17 10:38:48
Message-ID: 001501c58abb$b7d03440$64c8a8c0@balefirehome
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Garrett Kalleberg 2005-07-17 12:59:43 Re: foreign key constraints and inheritence
Previous Message Michael Fuhr 2005-07-17 09:35:25 Re: foreign key constraints and inheritence