Skip to content

Commit a287c52

Browse files
Create lock_count.sql to monitor locks
Add lock_count.sql to be able to monitor locks
1 parent c2de729 commit a287c52

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

zapgix/sql/lock_count.sql

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
SELECT COUNT(*)
2+
FROM pg_locks

0 commit comments

Comments
 (0)