diff options
author | Tatsuo Ishii | 2024-06-16 07:21:46 +0000 |
---|---|---|
committer | Tatsuo Ishii | 2024-06-16 07:21:46 +0000 |
commit | 92aff003d7f20810d7c8fbe13cbe5fb041cc6242 (patch) | |
tree | 10208ed828fd213431beb3de1e59e0f4e127cc5d | |
parent | 76618097a6c027ec603a3dd143f61098e3fb9794 (diff) |
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.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 27e48da12a2..f72ba9affc2 100644 --- a/doc/src/sgml/ref/create_role.sgml +++ b/doc/src/sgml/ref/create_role.sgml @@ -71,7 +71,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, |