We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b20f80f commit dc87055Copy full SHA for dc87055
src/backend/utils/misc/guc.c
@@ -5,7 +5,7 @@
5
* command, configuration file, and command line options.
6
* See src/backend/utils/misc/README for more information.
7
*
8
- * $Header: /cvsroot/pgsql/src/backend/utils/misc/guc.c,v 1.80 2002/08/14 22:07:56 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/misc/guc.c,v 1.81 2002/08/14 23:02:59 tgl Exp $
9
10
* Copyright 2000 by PostgreSQL Global Development Group
11
* Written by Peter Eisentraut <peter_e@gmx.net>.
@@ -476,7 +476,7 @@ static struct config_bool
476
},
477
{
478
{ "password_encryption", PGC_USERSET }, &Password_encryption,
479
- false, NULL, NULL
+ true, NULL, NULL
480
481
482
{ "transform_null_equals", PGC_USERSET }, &Transform_null_equals,
0 commit comments