Created
March 28, 2019 15:40
-
-
Save sauloperez/6879c088e2e9df8316bbb84ce28f8dfb to your computer and use it in GitHub Desktop.
Postgres tips
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
\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