Re: Foreign key trigger timing bug? - Mailing list pgsql-hackers

From Darcy Buskermolen
Subject Re: Foreign key trigger timing bug?
Date
Msg-id 200512071257.35455.darcy@wavefire.com
Whole thread Raw
In response to Foreign key trigger timing bug?  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
On Wednesday 07 December 2005 09:33, Bruce Momjian wrote:
> I had an open 8.1 item that was:
>
>     o  fix foreign trigger timing issue

Stephan Szabo had this to say to me when I was asking him about his progress 
on this issue a while back.

There are some fundamental issues right now between before
triggers and foreign keys based on how we act upon rows for the same
statement that have been modified in the before trigger (which is to say
that the outer statement does not act upon them).



>
> Would someone supply text for a TODO entry on this, as I don't think we
> fixed it in 8.1.

No it's not yet resolved.

-- 
Darcy Buskermolen
Wavefire Technologies Corp.

http://www.wavefire.com
ph: 250.717.0200
fx: 250.763.1759


pgsql-hackers by date:

Previous
From: Andrew Sullivan
Date:
Subject: Re: Replication on the backend
Next
From: Stephan Szabo
Date:
Subject: Re: Foreign key trigger timing bug?