Re: Inheritance, Primary Keys and Foreign Keys

From: Thomas Hallgren <thomas(at)tada(dot)se>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Inheritance, Primary Keys and Foreign Keys
Date: 2006-05-14 11:15:45
Message-ID: 44671161.9060205@tada.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Albert Cervera Areny wrote:
> ...What do you mean with triggers that maintain cascade behavior?
>
It ties on to how references are handled. Since they currently ignore the inheritance
aspect, you need triggers that enforce 'on cascade delete/update'. They will become obsolete
if that changes (i.e. SELECT FROM instead of SELECT FROM ONLY).

Regards,
Thomas Hallgren

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Marc Munro 2006-05-14 19:16:53 Re: audit table containing Select statements submitted
Previous Message Albert Cervera Areny 2006-05-14 10:53:41 Re: Inheritance, Primary Keys and Foreign Keys