Skip to content

Instantly share code, notes, and snippets.

@yungookim
Forked from smailq/gist:4599943
Created February 2, 2013 04:09
Show Gist options
  • Save yungookim/4696082 to your computer and use it in GitHub Desktop.
Save yungookim/4696082 to your computer and use it in GitHub Desktop.
SELECT pg_terminate_backend(pg_stat_activity.procpid) FROM pg_stat_activity WHERE datname = '';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment