Skip to content

Commit d1cf531

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 b0be287 commit d1cf531

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
@@ -309,7 +309,7 @@ in sync when changing the above synopsis!
309309
existing roles to be automatically added as members, with the
310310
<literal>SET</literal> option enabled. This in effect makes the
311311
new role a <quote>group</quote>. Roles named in this clause
312-
with role-level the <literal>INHERIT</literal> attribute will have
312+
with the role-level <literal>INHERIT</literal> attribute will have
313313
the <literal>INHERIT</literal> option enabled in the new membership.
314314
New memberships will have the <literal>ADMIN</literal> option disabled.
315315
</para>

0 commit comments

Comments
 (0)