Skip to content

Commit ca4c60e

Browse files
committed
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
1 parent a94f51a commit ca4c60e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/ref/create_role.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ in sync when changing the above synopsis!
320320
existing roles to be automatically added as members, with the
321321
<literal>SET</literal> option enabled. This in effect makes the
322322
new role a <quote>group</quote>. Roles named in this clause
323-
with role-level the <literal>INHERIT</literal> attribute will have
323+
with the role-level <literal>INHERIT</literal> attribute will have
324324
the <literal>INHERIT</literal> option enabled in the new membership.
325325
New memberships will have the <literal>ADMIN</literal> option disabled.
326326
</para>

0 commit comments

Comments
 (0)