Re: Fk fix for noaction update/delete

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Fk fix for noaction update/delete
Дата
Msg-id 200207301633.g6UGXRF10275@candle.pha.pa.us
обсуждение исходный текст
Ответ на Fk fix for noaction update/delete  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
Список pgsql-patches
Patch applied.  Thanks.

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


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@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

В списке pgsql-patches по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Table Function API doc patch
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: psql tab-complete: schema support, quotes, etc.