зеркало из
https://github.com/iharh/notes.git
synced 2025-10-29 12:46:06 +02:00
11 строки
181 B
Plaintext
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
|