Created
September 30, 2016 22:04
-
-
Save JoshuaGross/645434dcceb19b59219038434e2f6944 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