May 17, 2026, 11:40 PM
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
SELECT pg_cancel_backend(procpid),
|
||||
pg_terminate_backend(procpid)
|
||||
FROM pg_stat_activity
|
||||
WHERE usename = '<user_name>';
|
||||
Reference in New Issue
Block a user