mirror of
https://github.com/postgres/postgres.git
synced 2026-04-24 07:40:59 -04:00
Also fix comment in sample postgresql.conf file, for "scram-sha-256".
Reported offlist by hubert depesz lubaczewski.
This commit is contained in:
parent
2b67c9d207
commit
b977780a9b
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@
|
|||
#ssl_key_file = 'server.key'
|
||||
#ssl_ca_file = ''
|
||||
#ssl_crl_file = ''
|
||||
#password_encryption = md5 # md5, scram or plain
|
||||
#password_encryption = md5 # md5, scram-sha-256 or plain
|
||||
#db_user_namespace = off
|
||||
#row_security = on
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue