Skip to content

Instantly share code, notes, and snippets.

@heluvaguy
Created October 17, 2013 05:34
Show Gist options
  • Save heluvaguy/7019584 to your computer and use it in GitHub Desktop.
Save heluvaguy/7019584 to your computer and use it in GitHub Desktop.
kill a postgresql query
SELECT pg_cancel_backend(pid of the process)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment