Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 730169d

Browse files
committed
Remove mention of password_encryption = plain in postgresql.conf.sample.
Evidently missed in commit eb61136. Spotted by Oleg Bartunov. Discussion: https://postgr.es/m/CAF4Au4wz_iK5r4fnTnnd8XqioAZQs-P7-VsEAfivW34zMVpAmw@mail.gmail.com
1 parent 08cb364 commit 730169d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
#ssl_key_file = 'server.key'
8686
#ssl_ca_file = ''
8787
#ssl_crl_file = ''
88-
#password_encryption = md5 # md5, scram-sha-256, or plain
88+
#password_encryption = md5 # md5 or scram-sha-256
8989
#db_user_namespace = off
9090
#row_security = on
9191

0 commit comments

Comments
 (0)