From 5b9102cef2edcc621daef423d42969b517359136 Mon Sep 17 00:00:00 2001 From: Robert Haas <rhaas@postgresql.org> Date: Mon, 10 Oct 2011 13:38:32 -0400 Subject: [PATCH] Make the reference to "CREATE USER" in the CREATE ROLE page a link. This might help to avoid confusion between the CREATE USER command, and the deprecated CREATEUSER option to CREATE ROLE, as per a recent complaint from Ron Adams. At any rate, having a cross-link here seems like a good idea; two commands that are so similar should reference each other. --- doc/src/sgml/ref/create_role.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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> -- GitLab