Created
August 7, 2017 21:27
-
-
Save kjlape/af79a9c5beb6cdaf8c9fdf8e96d86bda to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| select pid, application_name from pg_stat_activity; | |
| select pg_terminate_backend(<PID int>); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment