1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

doc: Improve wording

Link to CREATE and ALTER ROLE consistently, instead of mixing CREATE
USER and ALTER ROLE.
This commit is contained in:
Peter Eisentraut
2017-03-18 17:40:47 -04:00
parent a72188a35b
commit 27f1f585fd

View File

@ -1187,7 +1187,7 @@ include_dir 'conf.d'
</term>
<listitem>
<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</>
or <literal>UNENCRYPTED</>, this parameter determines whether the
password is to be encrypted. The default value is <literal>md5</>, which