Created
August 10, 2018 17:17
-
-
Save jhonylucas74/864995f0f6dd7fcb5e4aa267a80b0595 to your computer and use it in GitHub Desktop.
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 | |
pid | |
,datname | |
,usename | |
,application_name | |
,client_hostname | |
,client_port | |
,query | |
,state | |
FROM pg_stat_activity | |
WHERE datname='daas'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment