зеркало из
				https://github.com/iharh/notes.git
				synced 2025-11-04 07:36:08 +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
 |