Re: Table locks

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Table locks
Дата
Msg-id 10235.970776311@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Table locks  ("Dale Anderson" <danderso@crystalsugar.com>)
Ответы Re: Table locks  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-general
"Dale Anderson" <danderso@crystalsugar.com> writes:
>     Is there any way to view the locks being held on a table??

There is not any good way --- lock.c has a routine called DumpAllLocks,
but it's not even compiled by default, let alone connected up to any
reasonable calling method.  I've been thinking for awhile that we
desperately need some simple way of dumping out the state of the lock
manager...

            regards, tom lane

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

Предыдущее
От: "Dale Anderson"
Дата:
Сообщение: Table locks
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Re: [SQL] Object syntax