Inheritance + references fixup

From: "Ilia Kantor" <ilia(at)obnovlenie(dot)ru>
To: <pgsql-hackers(at)postgresql(dot)org>
Subject: Inheritance + references fixup
Date: 2005-09-26 08:40:06
Message-ID: auto-000570486208@umail.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paesold 2005-09-26 08:50:16 Re: "expected authentication request from server, but
Previous Message Michal Jeczalik 2005-09-26 08:28:48 Re: "expected authentication request from server, but