You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a user under `pgpool.users` has a `admin: true` set, they will be
created with the `-d` (allow CREATE DATABASE) `-r` (allow CREATE ROLE)
and `-s` (superuser) flags.
Fixes#3
Copy file name to clipboardExpand all lines: jobs/postgres/spec
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,7 @@ properties:
93
93
default: ~
94
94
95
95
pgpool.users:
96
-
description: "A list of {username: ..., password: ...} objects for defining pgpool users"
96
+
description: "A list of {username: ..., password: ...} objects for defining pgpool users. Setting the 'admin:' key on a user will make them a superuser."
0 commit comments