Inheritance + references fixup - Mailing list pgsql-hackers

From Ilia Kantor
Subject Inheritance + references fixup
Date
Msg-id auto-000570486208@umail.ru
Whole thread Raw
List pgsql-hackers
Common problem with inheritance is that references work ONLY with top table
and are not propagated to children.

Is it possible to write triggers (like utils/adt/ri_triggers.c) which will
act on INSERT/UPDATE/DELETE and check/cascade/restrict properly ?

pg_attribute, pg_inherits inherits can be used along with an additional
(non-system) table to store foreign keys.



pgsql-hackers by date:

Previous
From: Michal Jeczalik
Date:
Subject: Re: "expected authentication request from server, but
Next
From: "Michael Paesold"
Date:
Subject: Re: "expected authentication request from server, but