There was an error while loading. Please reload this page.
1 parent 89aeb6c commit 3c1fb00Copy full SHA for 3c1fb00
collector/pg_roles.go
@@ -48,7 +48,7 @@ var (
48
[]string{"rolname"}, nil,
49
)
50
51
-pgRolesConnectionLimitsQuery = "select pg_roles.rolname,pg_roles.rolconnlimit FROM pg_roles"
+pgRolesConnectionLimitsQuery = "SELECT pg_roles.rolname, pg_roles.rolconnlimit FROM pg_roles"
52
53
54
// Update implements Collector and exposes roles connection limits.
0 commit comments