We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e28bb88 commit e1ed1a7Copy full SHA for e1ed1a7
doc/src/sgml/runtime.sgml
@@ -199,8 +199,8 @@ postgres$ <userinput>initdb -D /usr/local/pgsql/data</userinput>
199
<primary>password</primary>
200
<secondary>of the superuser</secondary>
201
</indexterm>
202
- Also, specify <option>-A md5</option> or
203
- <option>-A password</option> so that the default <literal>trust</literal> authentication
+ Also, specify <option>-A scram-sha-256</option>
+ so that the default <literal>trust</literal> authentication
204
mode is not used; or modify the generated <filename>pg_hba.conf</filename>
205
file after running <command>initdb</command>, but
206
<emphasis>before</emphasis> you start the server for the first time. (Other
0 commit comments