Fk fix for noaction update/delete

From: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>
To: <pgsql-patches(at)postgresql(dot)org>
Subject: Fk fix for noaction update/delete
Date: 2002-07-21 17:34:06
Message-ID: 20020721102928.N4483-200000@megazone23.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
fk_deferred_noaction_patch text/plain 10.5 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Manfred Koizar 2002-07-21 21:00:22 Re: More heap tuple header fixes
Previous Message Tom Lane 2002-07-21 13:46:08 Re: guc GetConfigOptionByNum and tablefunc API - minor changes