projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b67c9d
)
Also fix comment in sample postgresql.conf file, for "scram-sha-256".
author
Heikki Linnakangas
Tue, 18 Apr 2017 14:38:32 +0000
(17:38 +0300)
committer
Heikki Linnakangas
Tue, 18 Apr 2017 14:38:32 +0000
(17:38 +0300)
Reported offlist by hubert depesz lubaczewski.
src/backend/utils/misc/postgresql.conf.sample
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/utils/misc/postgresql.conf.sample
b/src/backend/utils/misc/postgresql.conf.sample
index 1435d923df372317abdf136bc61b249b5faf6777..c02f7f36456ab3a2fb7c3c47aba820b150a550e6 100644
(file)
--- 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