Files
2026-05-18 06:40:19 +00:00

1 line
154 B
SQL

select t.relname,l.locktype,page,virtualtransaction,pid,mode,granted from pg_locks l, pg_stat_all_tables t where l.relation=t.relid order by relation asc;