Add comment about config option "grant_options"

This commit is contained in:
Lars Kanis 2022-12-22 18:30:18 +01:00
parent 72505bf061
commit ccb3a1f889
2 changed files with 2 additions and 0 deletions

View File

@ -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:

View File

@ -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: