projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a94f51a
)
doc: fix CREATE ROLE typo
author
Bruce Momjian
<
[email protected]
>
Wed, 27 Mar 2024 21:58:10 +0000
(17:58 -0400)
committer
Bruce Momjian
<
[email protected]
>
Wed, 27 Mar 2024 21:58:10 +0000
(17:58 -0400)
This wording typo was added in PG 16.
Reported-by:
[email protected]
Discussion: https://postgr.es/m/
171150077554
.7105.
801523271545956671
@wrigleys.postgresql.org
Backpatch-through: 16
doc/src/sgml/ref/create_role.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/create_role.sgml
b/doc/src/sgml/ref/create_role.sgml
index 697cc514a5cb4ec4ae23e51c394ca96bc0cc6152..016486ffbac7ad3b75dfc829db9fc93e32f09631 100644
(file)
--- 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>