Fk fix for noaction update/delete

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Fk fix for noaction update/delete
Дата
Msg-id 20020721102928.N4483-200000@megazone23.bigpanda.com
обсуждение исходный текст
Ответы 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>)
Список 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.


Вложения

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: guc GetConfigOptionByNum and tablefunc API - minor changes
Следующее
От: Manfred Koizar
Дата:
Сообщение: Re: More heap tuple header fixes