Re: Inheritance, Primary Keys and Foreign Keys - Mailing list pgsql-hackers

From Thomas Hallgren
Subject Re: Inheritance, Primary Keys and Foreign Keys
Date
Msg-id 44671161.9060205@tada.se
Whole thread Raw
In response to Re: Inheritance, Primary Keys and Foreign Keys  (Albert Cervera Areny <albertca@hotpop.com>)
List 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



pgsql-hackers by date:

Previous
From: Albert Cervera Areny
Date:
Subject: Re: Inheritance, Primary Keys and Foreign Keys
Next
From: Hannu Krosing
Date:
Subject: Re: Inheritance, Primary Keys and Foreign Keys