mirror of
https://github.com/postgres/postgres.git
synced 2025-07-26 01:22:12 +03:00
Correct "improve role option documentation".
This corrects doc commit 21912e3c02
.
Back-patch to v16, like that one.
Reviewed by David G. Johnston.
Discussion: https://postgr.es/m/20240331061642.07@rfd.leadboat.com
This commit is contained in:
@ -399,7 +399,7 @@ in sync when changing the above synopsis!
|
|||||||
<para>
|
<para>
|
||||||
The membership grants created by the
|
The membership grants created by the
|
||||||
<literal>IN ROLE</literal>, <literal>ROLE</literal>, and <literal>ADMIN</literal>
|
<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>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
|
@ -287,8 +287,8 @@ GRANT <replaceable class="parameter">role_name</replaceable> [, ...] TO <replace
|
|||||||
details on inheritance. If it is set to <literal>TRUE</literal>,
|
details on inheritance. If it is set to <literal>TRUE</literal>,
|
||||||
it causes the new member to inherit from the granted role. If
|
it causes the new member to inherit from the granted role. If
|
||||||
set to <literal>FALSE</literal>, the new member does not inherit.
|
set to <literal>FALSE</literal>, the new member does not inherit.
|
||||||
If unspecified when create a new role membership this defaults to
|
If unspecified when creating a new role membership, this defaults to the
|
||||||
the inheritance attribute of the role being added.
|
inheritance attribute of the new member.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
|
Reference in New Issue
Block a user