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

Commit27f1f58

Browse files
committed
doc: Improve wording
Link to CREATE and ALTER ROLE consistently, instead of mixing CREATEUSER and ALTER ROLE.
1 parenta72188a commit27f1f58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎doc/src/sgml/config.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1187,7 +1187,7 @@ include_dir 'conf.d'
11871187
</term>
11881188
<listitem>
11891189
<para>
1190-
When a password is specified in <xref linkend="sql-createuser"> or
1190+
When a password is specified in <xref linkend="sql-createrole"> or
11911191
<xref linkend="sql-alterrole"> without writing either <literal>ENCRYPTED</>
11921192
or <literal>UNENCRYPTED</>, this parameter determines whether the
11931193
password is to be encrypted. The default value is <literal>md5</>, which
@@ -1196,7 +1196,7 @@ include_dir 'conf.d'
11961196
aliases for <literal>md5</> and <literal>plain</>, respectively. Setting
11971197
this parameter to <literal>scram</> will encrypt the password with
11981198
SCRAM-SHA-256.
1199-
</para>
1199+
</para>
12001200
</listitem>
12011201
</varlistentry>
12021202

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp