Commit 5a4ada71 authored by Peter Eisentraut's avatar Peter Eisentraut

Update description of parameter password_encryption

The previous description string still described the pre-PostgreSQL
10 (pre eb61136d) behavior of
selecting between encrypted and unencrypted, but it is now choosing
between encryption algorithms.
parent c5c000b1
...@@ -4729,10 +4729,8 @@ static struct config_enum ConfigureNamesEnum[] = ...@@ -4729,10 +4729,8 @@ static struct config_enum ConfigureNamesEnum[] =
{ {
{"password_encryption", PGC_USERSET, CONN_AUTH_AUTH, {"password_encryption", PGC_USERSET, CONN_AUTH_AUTH,
gettext_noop("Encrypt passwords."), gettext_noop("Chooses the algorithm for encrypting passwords."),
gettext_noop("When a password is specified in CREATE USER or " NULL
"ALTER USER without writing either ENCRYPTED or UNENCRYPTED, "
"this parameter determines whether the password is to be encrypted.")
}, },
&Password_encryption, &Password_encryption,
PASSWORD_TYPE_MD5, password_encryption_options, PASSWORD_TYPE_MD5, password_encryption_options,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment