Created
August 7, 2020 20:09
-
-
Save superchell/1089dbed64037cb5323dba4f34e8362f to your computer and use it in GitHub Desktop.
This file contains 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 usename, state, query FROM pg_stat_activity WHERE wait_event IS NOT NULL AND backend_type = 'client backend' AND state = 'idle in transaction'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment