Re: transaction blocking inserts in postgresql 7.3

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: transaction blocking inserts in postgresql 7.3
Дата
Msg-id 200303261128.53428.dev@archonet.com
обсуждение исходный текст
Ответ на Re: transaction blocking inserts in postgresql 7.3  ("Chris Hutchinson" <chris@hutchinsonsoftware.com>)
Список pgsql-general
On Wednesday 26 Mar 2003 9:59 am, Chris Hutchinson wrote:
> I'm curious why postgres should be blocking like this, as the foreign key
> constraint is presumably read-based.

Actually, I believe it's a write lock (which is the cause of the problem).
What it actually needs to be is a "prevent writes" lock but there is no such
thing at the moment.

--
  Richard Huxton


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

Предыдущее
От: "Chris Hutchinson"
Дата:
Сообщение: Re: transaction blocking inserts in postgresql 7.3
Следующее
От: Csaba Nagy
Дата:
Сообщение: Re: transaction blocking inserts in postgresql 7.3