Re: INHERITS and Foreign keys - Mailing list pgsql-sql

From Chris Travers
Subject Re: INHERITS and Foreign keys
Date
Msg-id 034e01c3c957$508902c0$52285e3d@winxp
Whole thread Raw
In response to Re: INHERITS and Foreign keys  ("Henning.Baldersheim@devoll.no" <Henning.Baldersheim@devoll.no>)
List pgsql-sql
Hi Pedro;

I understand that at the moment it is more of a design limitation than a
bug.  I think we should vote the desired behavior as a feature request,
however.

Best Wishes,
Chris Travers
----- Original Message -----
From: "Pedro" <pladen@elv.enic.fr>


> >> Foreign keys, unique and primary key constraints do not meaningfully
> >> inherit currently.  At some point in the future, that's likely to
change,
> >> but for now you're pretty much stuck with workarounds (for example,
using
> >> a separate table to store the ids and triggers/rules on each of the
> >> tables
> >> in the hierarchy in order to keep the id table in date.)
>
> hi
>
> same problem here on 7.4
> can we vote for this bug somewhere ?!
>
> thanks for your time
> Pedro
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org
>
>



pgsql-sql by date:

Previous
From: Markus Bertheau
Date:
Subject: Re: restoring database
Next
From: Chris Gamache
Date:
Subject: Historic Query using a view/function ?