Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5b9102c

Browse files
committed
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.
1 parent e8bb5f7 commit 5b9102c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/ref/create_role.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ CREATE ROLE <replaceable class="PARAMETER">name</replaceable> [ [ WITH ] <replac
170170
If not specified,
171171
<literal>NOLOGIN</literal> is the default, except when
172172
<command>CREATE ROLE</> is invoked through its alternative spelling
173-
<command>CREATE USER</>.
173+
<xref linkend="sql-createuser">.
174174
</para>
175175
</listitem>
176176
</varlistentry>

0 commit comments

Comments
 (0)