Re: Debugging deadlocks

Поиск
Список
Период
Сортировка
От Qingqing Zhou
Тема Re: Debugging deadlocks
Дата
Msg-id d27p67$2ifu$1@news.hub.org
обсуждение исходный текст
Ответ на Debugging deadlocks  ("Guy Rouillier" <guyr@masergy.com>)
Список pgsql-general
"Stephan Szabo" <sszabo@megazone.bigpanda.com> writes
>
> Well, that's not the foreign key necessarily. I don't have a machine to
> test on at the moment (machine currently dead), but I think the same
> happens without a foreign key constraint due to the unique/primary key
> constraint on a.i.

I see. That's more reasonable - the executor will first wait to see if the
constraint on itself satifies, then do the RI check.

Thanks,
Qingqing



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

Предыдущее
От: Michael Fuhr
Дата:
Сообщение: Re: After Insert or Update Trigger Issues!
Следующее
От: Bricklen Anderson
Дата:
Сообщение: Re: plpgsql no longer exists