Foreign Key Constraint Deletion Order - Mailing list pgsql-sql

From
Subject Foreign Key Constraint Deletion Order
Date
Msg-id 200111190030.197e@lh00.opsion.fr
Whole thread Raw
Responses Re: Foreign Key Constraint Deletion Order  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
List pgsql-sql
I have found from a small number of tests that
deletions executed by foreign key constraint does NOT
guarantee the detail table to be deleted BEFORE
master table. This makes some of my trigger functions
assocated with the detail table mulfunction because
the trigger function can't find its parent record.

Is there any plan to change the foreign key
constraint deletion (and update in
master-then-detail) order?

Thanks you all!

CN

--------------------------------------------------------
You too can have your own email address from Eurosport.
http://www.eurosport.com







pgsql-sql by date:

Previous
From: "Clayton Cottingham aka drfrog"
Date:
Subject: [OT?] permissions
Next
From: Stephan Szabo
Date:
Subject: Re: Foreign Key Constraint Deletion Order