Re: Foreign Key Constraint Deletion Order - Mailing list pgsql-sql

From Tom Lane
Subject Re: Foreign Key Constraint Deletion Order
Date
Msg-id 27655.1006229491@sss.pgh.pa.us
Whole thread Raw
In response to Re: Foreign Key Constraint Deletion Order  (<cnliou@eurosport.com>)
Responses Re: Foreign Key Constraint Deletion Order  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
List pgsql-sql
<cnliou@eurosport.com> writes:
> Am I asking for too much, or RI and triggers were not
> designed for operations like this example in the
> first place?

The problem is that RI is implemented by triggers, and there's
no guarantees about the firing order of multiple triggers.
So you don't know whether your custom triggers will fire
before or after the RI actions occur.

We've had some discussions in the past about arranging things
so that trigger firing order could be predicted/controlled.
But nothing's been done about it yet.  Search the archives
if you want to see the prior discussions.
        regards, tom lane


pgsql-sql by date:

Previous
From: Janning Vygen
Date:
Subject: image db with keywords? n:n or 1:n relation
Next
From: Jason Earl
Date:
Subject: Re: Optimization with dates