Re: SELECT statements converted to SELECT FOR UPDATE

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: SELECT statements converted to SELECT FOR UPDATE
Дата
Msg-id 20021023113726.X7340-100000@megazone23.bigpanda.com
обсуждение исходный текст
Ответ на SELECT statements converted to SELECT FOR UPDATE  (rmischook@yahoo.com (Richard Mischook))
Список pgsql-general
On 22 Oct 2002, Richard Mischook wrote:

> We've got some deadlock issues that we're trying to solve. In looking
> at the logs we note a bunch of statements that were written as SELECT
> being listed by PG as SELECT FOR UPDATE. Was wondering what leads to
> that (foreign keys, transactions). We are using JDBC and are not tried
> setting the transaction isolation level of the connection.

Probably foreign keys as they use SELECT FOR UPDATE to handle the locking.


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

Предыдущее
От: "Oleg Lebedev"
Дата:
Сообщение: Rollback deletes
Следующее
От: Doug McNaught
Дата:
Сообщение: Re: Rollback deletes