Database locks

Поиск
Список
Период
Сортировка
От Alex Turner
Тема Database locks
Дата
Msg-id 33c6269f05021808112fc4ddae@mail.gmail.com
обсуждение исходный текст
Ответы Re: Database locks
Список pgsql-general
I'm having a bear of a time with an application where one thread seems
to be keeping a lock on a table after it's supposed to release it.

select count(*) from pg_locks gives:
6816

Is there any way to get the list of locks by transation id or some
other datum to indicate which was first, or to figure out which is the
lock that is holding everything else back?

Alex Turner
netEconomist

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

Предыдущее
От: Benjamin
Дата:
Сообщение: Re: db replication and errors
Следующее
От: "Mohsen Pahlevanzadeh"
Дата:
Сообщение: Re: I'm newbie