Fk fix for noaction update/delete - Mailing list pgsql-patches

From Stephan Szabo
Subject Fk fix for noaction update/delete
Date
Msg-id 20020721102928.N4483-200000@megazone23.bigpanda.com
Whole thread Raw
Responses Re: Fk fix for noaction update/delete  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: Fk fix for noaction update/delete  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
    This should fix a bug where a row that was updated or
deleted that had another row inserted/updated to its old
value during the same statement or other statements before the
integrity check for noaction would incorrectly error.  This
could happen in deferred constraints or due to triggers or
functions. It's effectively a reworking of the previous patch that
did a not exists to instead do a separate check.


Attachment

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: guc GetConfigOptionByNum and tablefunc API - minor changes
Next
From: Manfred Koizar
Date:
Subject: Re: More heap tuple header fixes