From ca4c60e05f81c57b4d72da867173fc524c76aa71 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 27 Mar 2024 17:58:10 -0400 Subject: [PATCH] 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 --- doc/src/sgml/ref/create_role.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/ref/create_role.sgml b/doc/src/sgml/ref/create_role.sgml index 697cc514a5c..016486ffbac 100644 --- a/doc/src/sgml/ref/create_role.sgml +++ b/doc/src/sgml/ref/create_role.sgml @@ -320,7 +320,7 @@ in sync when changing the above synopsis! existing roles to be automatically added as members, with the SET option enabled. This in effect makes the new role a group. Roles named in this clause - with role-level the INHERIT attribute will have + with the role-level INHERIT attribute will have the INHERIT option enabled in the new membership. New memberships will have the ADMIN option disabled.