diff options
-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 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, |