|
5 | 5 | * command, configuration file, and command line options.
|
6 | 6 | * See src/backend/utils/misc/README for more information.
|
7 | 7 | *
|
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 $ |
9 | 9 | *
|
10 | 10 | * Copyright 2000 by PostgreSQL Global Development Group
|
11 | 11 | * Written by Peter Eisentraut <peter_e@gmx.net>.
|
@@ -476,7 +476,7 @@ static struct config_bool
|
476 | 476 | },
|
477 | 477 | {
|
478 | 478 | {"password_encryption",PGC_USERSET },&Password_encryption,
|
479 |
| -false,NULL,NULL |
| 479 | +true,NULL,NULL |
480 | 480 | },
|
481 | 481 | {
|
482 | 482 | {"transform_null_equals",PGC_USERSET },&Transform_null_equals,
|
|