Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commitdc87055

Browse files
committed
Really truly enable encrypted passwords by default.
1 parentb20f80f commitdc87055

File tree

1 file changed

+2
-2
lines changed
  • src/backend/utils/misc

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* command, configuration file, and command line options.
66
* See src/backend/utils/misc/README for more information.
77
*
8-
* $Header: /cvsroot/pgsql/src/backend/utils/misc/guc.c,v 1.80 2002/08/1422:07:56 momjian Exp $
8+
* $Header: /cvsroot/pgsql/src/backend/utils/misc/guc.c,v 1.81 2002/08/1423:02:59 tgl Exp $
99
*
1010
* Copyright 2000 by PostgreSQL Global Development Group
1111
* Written by Peter Eisentraut <peter_e@gmx.net>.
@@ -476,7 +476,7 @@ static struct config_bool
476476
},
477477
{
478478
{"password_encryption",PGC_USERSET },&Password_encryption,
479-
false,NULL,NULL
479+
true,NULL,NULL
480480
},
481481
{
482482
{"transform_null_equals",PGC_USERSET },&Transform_null_equals,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp