May 17, 2026, 11:40 PM
This commit is contained in:
@@ -0,0 +1 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user