Skip to content

Instantly share code, notes, and snippets.

@sauloperez
Created March 28, 2019 15:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sauloperez/6879c088e2e9df8316bbb84ce28f8dfb to your computer and use it in GitHub Desktop.
Save sauloperez/6879c088e2e9df8316bbb84ce28f8dfb to your computer and use it in GitHub Desktop.
Postgres tips
\watch
SELECT datname, usename, query FROM pg_stat_activity; \watch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment