Skip to content

Instantly share code, notes, and snippets.

@JoshuaGross
Created September 30, 2016 22:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save JoshuaGross/645434dcceb19b59219038434e2f6944 to your computer and use it in GitHub Desktop.
Save JoshuaGross/645434dcceb19b59219038434e2f6944 to your computer and use it in GitHub Desktop.
List running queries in PostGres
select * from pg_stat_activity;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment