diff options
author | Bruce Momjian <bruce@momjian.us> | 2024-03-27 17:58:10 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2024-03-27 17:58:10 -0400 |
commit | ca4c60e05f81c57b4d72da867173fc524c76aa71 (patch) | |
tree | 73060eda9248252bddb57c3e309018f9167211f7 | |
parent | a94f51a7bfc9e65ce3799d8cb12945bd596c5ba8 (diff) | |
download | postgresql-ca4c60e05f81c57b4d72da867173fc524c76aa71.tar.gz postgresql-ca4c60e05f81c57b4d72da867173fc524c76aa71.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
-rw-r--r-- | doc/src/sgml/ref/create_role.sgml | 2 |
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 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 <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> |