Commit 27f1f585 authored by Peter Eisentraut's avatar Peter Eisentraut

doc: Improve wording

Link to CREATE and ALTER ROLE consistently, instead of mixing CREATE
USER and ALTER ROLE.
parent a72188a3
...@@ -1187,7 +1187,7 @@ include_dir 'conf.d' ...@@ -1187,7 +1187,7 @@ include_dir 'conf.d'
</term> </term>
<listitem> <listitem>
<para> <para>
When a password is specified in <xref linkend="sql-createuser"> or When a password is specified in <xref linkend="sql-createrole"> or
<xref linkend="sql-alterrole"> without writing either <literal>ENCRYPTED</> <xref linkend="sql-alterrole"> without writing either <literal>ENCRYPTED</>
or <literal>UNENCRYPTED</>, this parameter determines whether the or <literal>UNENCRYPTED</>, this parameter determines whether the
password is to be encrypted. The default value is <literal>md5</>, which password is to be encrypted. The default value is <literal>md5</>, which
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment