How to identify the transaction of a lock?

Поиск
Список
Период
Сортировка
От Si Chen
Тема How to identify the transaction of a lock?
Дата
Msg-id 40FECC32.2010207@graciousstyle.com
обсуждение исходный текст
Список pgsql-admin
Hello.  I am having a problem with a locked table that causes postmaster
to hang on inserts.  I went to pg_locks and got:

transaction   6536720
pid 15992
mode ExclusiveLock
granted t

How do I go from this transaction identifier to finding out which
transaction caused it to lock, so I can resolve it in my code?

Thanks!

Si Chen


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: execute user-defined BKI
Следующее
От: Mark Kirkwood
Дата:
Сообщение: Re: [HACKERS] Point in Time Recovery