diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2017-03-18 17:40:47 -0400 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2017-03-18 17:40:47 -0400 |
commit | 27f1f585fd7ee749cacd3de8c2c77a457ef4c288 (patch) | |
tree | 0435daf7e23753ad023d416f8ef2f90512ff9de6 | |
parent | a72188a35bbd71a8cc29f10eab27d4140d296b9d (diff) | |
download | postgresql-27f1f585fd7ee749cacd3de8c2c77a457ef4c288.tar.gz postgresql-27f1f585fd7ee749cacd3de8c2c77a457ef4c288.zip |
doc: Improve wording
Link to CREATE and ALTER ROLE consistently, instead of mixing CREATE
USER and ALTER ROLE.
-rw-r--r-- | doc/src/sgml/config.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 9963cd61a19..32c39a05165 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -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 @@ -1196,7 +1196,7 @@ include_dir 'conf.d' aliases for <literal>md5</> and <literal>plain</>, respectively. Setting this parameter to <literal>scram</> will encrypt the password with SCRAM-SHA-256. - </para> + </para> </listitem> </varlistentry> |