-
-
Save slow-is-fast/8fa7bad87d94e4b0cadff2754eb17c6a to your computer and use it in GitHub Desktop.
List running queries in PostGres
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; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment