Skip to content

Instantly share code, notes, and snippets.

@zeroDivisible
Created October 17, 2013 11:54
Show Gist options
  • Save zeroDivisible/7023582 to your computer and use it in GitHub Desktop.
Save zeroDivisible/7023582 to your computer and use it in GitHub Desktop.
How to terminate a transaction in PostgreSQL. (more info here: http://www.postgresql.org/docs/current/static/functions-admin.html#FUNCTIONS-ADMIN-SIGNAL-TABLE)
select pg_terminate_backend(pid int)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment