Обсуждение: lock status check

Поиск
Список
Период
Сортировка

lock status check

От
mixo
Дата:
Is it possible to check if a row is currently locked for update?



Re: lock status check

От
Christoph Haller
Дата:
>
> Is it possible to check if a row is currently locked for update?
>
Check the system view "pg_catalog.pg_locks".
Should tell you about held locks.

Regards, Christoph