Last active
October 18, 2016 13:52
-
-
Save migueltaoliveira/473aee996836fb05ac3b to your computer and use it in GitHub Desktop.
Postgres deadlocks
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
#Check deadlocks | |
SELECT relation::regclass, * FROM pg_locks WHERE NOT granted; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment