Skip to content

Instantly share code, notes, and snippets.

@wullemsb
Created May 14, 2019 06:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wullemsb/203ea17b423e1a63d4c0c5cb8084146d to your computer and use it in GitHub Desktop.
Save wullemsb/203ea17b423e1a63d4c0c5cb8084146d to your computer and use it in GitHub Desktop.
SELECT
pg_terminate_backend (pg_stat_activity.pid)
FROM
pg_stat_activity
WHERE
pg_stat_activity.datname = 'sampledb';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment