Re: Fk fix for noaction update/delete

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Fk fix for noaction update/delete
Date: 2002-07-23 23:13:52
Message-ID: 200207232313.g6NNDqC10148@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


Your patch has been added to the PostgreSQL unapplied patches list at:

http://candle.pha.pa.us/cgi-bin/pgpatches

I will try to apply it within the next 48 hours.

---------------------------------------------------------------------------

Stephan Szabo wrote:
>
> 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.
>

Content-Description:

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Joe Conway 2002-07-23 23:23:30 Re: [PATCHES] prepareable statements
Previous Message Neil Conway 2002-07-23 22:47:18 Re: lock listing