Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5b9102c

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 recentcomplaint from Ron Adams. At any rate, having a cross-link hereseems like a good idea; two commands that are so similar shouldreference each other.
1 parente8bb5f7 commit5b9102c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎doc/src/sgml/ref/create_role.sgml

Lines changed: 1 addition & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp