Re: More about deadlock

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: More about deadlock
Дата
Msg-id 4800.1133888877@sss.pgh.pa.us
обсуждение исходный текст
Ответ на More about deadlock  ("Vit Timchishin" <tivv@gtech-ua.com>)
Список pgsql-jdbc
"Vit Timchishin" <tivv@gtech-ua.com> writes:
> Can anyone tell me what are this "transaction" locks, when they are taken and why do I have a deadlock
> here.

Foreign-key update deadlock maybe?  If so, updating to 8.1 is probably
a good solution.  Previous versions took exclusive row locks on
referenced rows, and so you could easily get a deadlock on those row
locks.

            regards, tom lane

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

Предыдущее
От: Kris Jurka
Дата:
Сообщение: Re: Advise on mapping JTable to large PostgreSQL table
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: pgsql XA with weblogic 8.1?