aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2024-03-27 17:58:11 -0400
committerBruce Momjian <bruce@momjian.us>2024-03-27 17:58:11 -0400
commitd1cf5319e9ae16435e5ca416c06c2290bfca000e (patch)
tree632d2ded6b7f88a01e7b70151d408085675faf0b /doc/src
parentb0be28761ec5958bb7bbf9a03d94ee6e1bc59849 (diff)
downloadpostgresql-d1cf5319e9ae16435e5ca416c06c2290bfca000e.tar.gz
postgresql-d1cf5319e9ae16435e5ca416c06c2290bfca000e.zip
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
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ref/create_role.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/create_role.sgml b/doc/src/sgml/ref/create_role.sgml
index f3b89e7239b..1a875e04a74 100644
--- a/doc/src/sgml/ref/create_role.sgml
+++ b/doc/src/sgml/ref/create_role.sgml
@@ -309,7 +309,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>