Created
September 24, 2017 01:45
-
-
Save slow-is-fast/2a20c14a7b4ebf5a7104f34a59a75cb7 to your computer and use it in GitHub Desktop.
show processlist in postgresql
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 * from pg_stat_activity; | |
| You should set | |
| stats_command_string = on | |
| in your postgresql.conf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment