]> granicus.if.org Git - postgresql/commitdiff
Make the reference to "CREATE USER" in the CREATE ROLE page a link.
authorRobert Haas <rhaas@postgresql.org>
Mon, 10 Oct 2011 17:38:32 +0000 (13:38 -0400)
committerRobert Haas <rhaas@postgresql.org>
Mon, 10 Oct 2011 17:38:32 +0000 (13:38 -0400)
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

index 5a939346e7aabb74aa7c1ecfec3233661f1be6ae..4953df678dc2f1a9098db860fdba23b211af3d6b 100644 (file)
@@ -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>