From: Tom Lane Date: Fri, 8 Sep 2017 18:38:54 +0000 (-0400) Subject: Remove mention of password_encryption = plain in postgresql.conf.sample. X-Git-Tag: REL_11_BETA1~1644 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3cf17c9d47b1b427b7514c7baa6818a683293ff3;p=postgresql Remove mention of password_encryption = plain in postgresql.conf.sample. Evidently missed in commit eb61136dc. Spotted by Oleg Bartunov. Discussion: https://postgr.es/m/CAF4Au4wz_iK5r4fnTnnd8XqioAZQs-P7-VsEAfivW34zMVpAmw@mail.gmail.com --- diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample index df5d2f3f22..53aa006df5 100644 --- a/src/backend/utils/misc/postgresql.conf.sample +++ b/src/backend/utils/misc/postgresql.conf.sample @@ -85,7 +85,7 @@ #ssl_key_file = 'server.key' #ssl_ca_file = '' #ssl_crl_file = '' -#password_encryption = md5 # md5, scram-sha-256, or plain +#password_encryption = md5 # md5 or scram-sha-256 #db_user_namespace = off #row_security = on