Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5a4ada7

Browse filesBrowse files
committed
Update description of parameter password_encryption
The previous description string still described the pre-PostgreSQL 10 (pre eb61136) behavior of selecting between encrypted and unencrypted, but it is now choosing between encryption algorithms.
1 parent c5c000b commit 5a4ada7
Copy full SHA for 5a4ada7

File tree

Expand file treeCollapse file tree

1 file changed

+2
-4
lines changed
Filter options
  • src/backend/utils/misc
Expand file treeCollapse file tree

1 file changed

+2
-4
lines changed

‎src/backend/utils/misc/guc.c

Copy file name to clipboardExpand all lines: src/backend/utils/misc/guc.c
+2-4Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4729,10 +4729,8 @@ static struct config_enum ConfigureNamesEnum[] =
47294729

47304730
{
47314731
{"password_encryption", PGC_USERSET, CONN_AUTH_AUTH,
4732-
gettext_noop("Encrypt passwords."),
4733-
gettext_noop("When a password is specified in CREATE USER or "
4734-
"ALTER USER without writing either ENCRYPTED or UNENCRYPTED, "
4735-
"this parameter determines whether the password is to be encrypted.")
4732+
gettext_noop("Chooses the algorithm for encrypting passwords."),
4733+
NULL
47364734
},
47374735
&Password_encryption,
47384736
PASSWORD_TYPE_MD5, password_encryption_options,

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.