From 27f1f585fd7ee749cacd3de8c2c77a457ef4c288 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sat, 18 Mar 2017 17:40:47 -0400 Subject: [PATCH] doc: Improve wording Link to CREATE and ALTER ROLE consistently, instead of mixing CREATE USER and ALTER ROLE. --- doc/src/sgml/config.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 9963cd61a1..32c39a0516 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -1187,7 +1187,7 @@ include_dir 'conf.d' - When a password is specified in or + When a password is specified in or without writing either ENCRYPTED or UNENCRYPTED, this parameter determines whether the password is to be encrypted. The default value is md5, which @@ -1196,7 +1196,7 @@ include_dir 'conf.d' aliases for md5 and plain, respectively. Setting this parameter to scram will encrypt the password with SCRAM-SHA-256. - + -- 2.40.0