Ihar Hancharenka 5dff80e88e first
2023-03-27 16:52:17 +03:00

11 строки
181 B
Plaintext

select ..., pg_blocking_pids(pid), ...
from pg_stat_activity
where
backend_type = 'client backend';
pg_locks
transactionid, granted
pg_terminate_backend(pid)
function