diff options
Diffstat (limited to 'doc/src')
-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 5a939346e7a..4953df678dc 100644 --- a/doc/src/sgml/ref/create_role.sgml +++ b/doc/src/sgml/ref/create_role.sgml @@ -170,7 +170,7 @@ CREATE ROLE <replaceable class="PARAMETER">name</replaceable> [ [ WITH ] <replac If not specified, <literal>NOLOGIN</literal> is the default, except when <command>CREATE ROLE</> is invoked through its alternative spelling - <command>CREATE USER</>. + <xref linkend="sql-createuser">. </para> </listitem> </varlistentry> |