Skip to content

Instantly share code, notes, and snippets.

@areguig
Created March 23, 2017 14:02
Show Gist options
  • Save areguig/9bcdfff8be856a32e194b17603cc9b42 to your computer and use it in GitHub Desktop.
Save areguig/9bcdfff8be856a32e194b17603cc9b42 to your computer and use it in GitHub Desktop.
Cancel idle query
SELECT pg_terminate_backend(procpid);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment