]> granicus.if.org Git - postgresql/commitdiff
Remove mention of password_encryption = plain in postgresql.conf.sample.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 8 Sep 2017 18:38:54 +0000 (14:38 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 8 Sep 2017 18:38:54 +0000 (14:38 -0400)
Evidently missed in commit eb61136dc.

Spotted by Oleg Bartunov.

Discussion: https://postgr.es/m/CAF4Au4wz_iK5r4fnTnnd8XqioAZQs-P7-VsEAfivW34zMVpAmw@mail.gmail.com

src/backend/utils/misc/postgresql.conf.sample

index df5d2f3f22fa41e7705f81ddd96ccb0e99b65d5a..53aa006df534fde919cac907512923f5569302d1 100644 (file)
@@ -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