Add comment about config option "grant_options"
This commit is contained in:
parent
72505bf061
commit
ccb3a1f889
@ -51,4 +51,5 @@ pg_groups:
|
||||
filter: NOT rolcanlogin AND NOT rolsuper
|
||||
# Options for CREATE RULE statements
|
||||
create_options: NOLOGIN
|
||||
# Options for GRANT <role> TO <group> statements
|
||||
grant_options:
|
||||
|
@ -63,4 +63,5 @@ pg_groups:
|
||||
filter: oid IN (SELECT pam.member FROM pg_auth_members pam JOIN pg_roles pr ON pr.oid=pam.roleid WHERE pr.rolname='ldap_groups')
|
||||
# Options for CREATE RULE statements
|
||||
create_options: NOLOGIN IN ROLE ldap_groups
|
||||
# Options for GRANT <role> TO <group> statements
|
||||
grant_options:
|
||||
|
Reference in New Issue
Block a user