aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTatsuo Ishii <ishii@postgresql.org>2024-06-16 16:25:07 +0900
committerTatsuo Ishii <ishii@postgresql.org>2024-06-16 16:25:07 +0900
commitb3255faaa27da3ccc1fca226f70cccefd27b1cea (patch)
treec7c3b712b19dc2b635b4f66d1999c9f4afa5ce7c
parent9cf4beb9e7adf3225c33df256c4e7d54805ec4f8 (diff)
downloadpostgresql-b3255faaa27da3ccc1fca226f70cccefd27b1cea.tar.gz
postgresql-b3255faaa27da3ccc1fca226f70cccefd27b1cea.zip
doc: fix typo in create role manual.
There was a small mistake in the create role manual. Author: Satoru Koizumi Reviewed-by: David G. Johnston Discussion: https://postgr.es/m/flat/20240616.112523.1208348667552014162.t-ishii%40sranhm.sra.co.jp Backpatch-through: 16
-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 8ac2119f22d..36d953cafd1 100644
--- a/doc/src/sgml/ref/create_role.sgml
+++ b/doc/src/sgml/ref/create_role.sgml
@@ -73,7 +73,7 @@ in sync when changing the above synopsis!
During role creation it is possible to immediately assign the newly created
role to be a member of an existing role, and also assign existing roles
to be members of the newly created role. The rules for which initial
- role membership options are enabled described below in the
+ role membership options are enabled are described below in the
<literal>IN ROLE</literal>, <literal>ROLE</literal>, and
<literal>ADMIN</literal> clauses. The <xref linkend="sql-grant"/>
command has fine-grained option control during membership creation,