mirror of
https://github.com/postgres/postgres.git
synced 2025-04-21 12:05:57 +03:00
doc: fix CREATE ROLE typo
This wording typo was added in PG 16. Reported-by: s.bailey@chorusintel.com Discussion: https://postgr.es/m/171150077554.7105.801523271545956671@wrigleys.postgresql.org Backpatch-through: 16
This commit is contained in:
parent
b0be28761e
commit
d1cf5319e9
@ -309,7 +309,7 @@ in sync when changing the above synopsis!
|
|||||||
existing roles to be automatically added as members, with the
|
existing roles to be automatically added as members, with the
|
||||||
<literal>SET</literal> option enabled. This in effect makes the
|
<literal>SET</literal> option enabled. This in effect makes the
|
||||||
new role a <quote>group</quote>. Roles named in this clause
|
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.
|
the <literal>INHERIT</literal> option enabled in the new membership.
|
||||||
New memberships will have the <literal>ADMIN</literal> option disabled.
|
New memberships will have the <literal>ADMIN</literal> option disabled.
|
||||||
</para>
|
</para>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user