Update description of parameter password_encryption

The previous description string still described the pre-PostgreSQL
10 (pre eb61136dc7) behavior of
selecting between encrypted and unencrypted, but it is now choosing
between encryption algorithms.
This commit is contained in:
Peter Eisentraut 2020-06-10 11:57:41 +02:00
parent c5c000b103
commit 5a4ada71a8
1 changed files with 2 additions and 4 deletions

View File

@ -4729,10 +4729,8 @@ static struct config_enum ConfigureNamesEnum[] =
{
{"password_encryption", PGC_USERSET, CONN_AUTH_AUTH,
gettext_noop("Encrypt passwords."),
gettext_noop("When a password is specified in CREATE USER or "
"ALTER USER without writing either ENCRYPTED or UNENCRYPTED, "
"this parameter determines whether the password is to be encrypted.")
gettext_noop("Chooses the algorithm for encrypting passwords."),
NULL
},
&Password_encryption,
PASSWORD_TYPE_MD5, password_encryption_options,