diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2017-04-18 17:38:32 +0300 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2017-04-18 17:38:32 +0300 |
commit | b977780a9b2c546f8e2bf19fa3232b3e3d334916 (patch) | |
tree | 96c48757391f8682a3ff0c1ca0b9604b557b002d | |
parent | 2b67c9d207d428c2476af0dd39043d83469d70c2 (diff) | |
download | postgresql-b977780a9b2c546f8e2bf19fa3232b3e3d334916.tar.gz postgresql-b977780a9b2c546f8e2bf19fa3232b3e3d334916.zip |
Also fix comment in sample postgresql.conf file, for "scram-sha-256".
Reported offlist by hubert depesz lubaczewski.
-rw-r--r-- | src/backend/utils/misc/postgresql.conf.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample index 1435d923df3..c02f7f36456 100644 --- a/src/backend/utils/misc/postgresql.conf.sample +++ b/src/backend/utils/misc/postgresql.conf.sample @@ -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 |