diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-14 19:16:19 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-14 19:16:19 +0000 |
commit | 31176cd686f31dcb71392f6583f7b8d9cef63770 (patch) | |
tree | 27fefbaada5177e179c6cf8806be49dfe613d5f4 /doc/src/sgml/ref/create_role.sgml | |
parent | Adding upstream version 16.2. (diff) | |
download | postgresql-16-upstream.tar.xz postgresql-16-upstream.zip |
Adding upstream version 16.3.upstream/16.3upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'doc/src/sgml/ref/create_role.sgml')
-rw-r--r-- | doc/src/sgml/ref/create_role.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/create_role.sgml b/doc/src/sgml/ref/create_role.sgml index 697cc51..8ac2119 100644 --- a/doc/src/sgml/ref/create_role.sgml +++ b/doc/src/sgml/ref/create_role.sgml @@ -320,7 +320,7 @@ in sync when changing the above synopsis! existing roles to be automatically added as members, with the <literal>SET</literal> option enabled. This in effect makes the new role a <quote>group</quote>. Roles named in this clause - with role-level the <literal>INHERIT</literal> attribute will have + with the role-level <literal>INHERIT</literal> attribute will have the <literal>INHERIT</literal> option enabled in the new membership. New memberships will have the <literal>ADMIN</literal> option disabled. </para> @@ -399,7 +399,7 @@ in sync when changing the above synopsis! <para> The membership grants created by the <literal>IN ROLE</literal>, <literal>ROLE</literal>, and <literal>ADMIN</literal> - clauses have the role executing this command as the grantee. + clauses have the role executing this command as the grantor. </para> <para> |