|
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.79 2002/08/12 00:36:11 tgl Exp $ |
| 8 | + * $Header: /cvsroot/pgsql/src/backend/utils/misc/guc.c,v 1.80 2002/08/14 22:07:56 momjian Exp $ |
9 | 9 | *
|
10 | 10 | * Copyright 2000 by PostgreSQL Global Development Group
|
11 | 11 | * Written by Peter Eisentraut <peter_e@gmx.net>.
|
@@ -94,7 +94,7 @@ boolSQL_inheritance = true;
|
94 | 94 |
|
95 | 95 | boolAustralian_timezones= false;
|
96 | 96 |
|
97 |
| -boolPassword_encryption=false; |
| 97 | +boolPassword_encryption=true; |
98 | 98 |
|
99 | 99 | #ifndefPG_KRB_SRVTAB
|
100 | 100 | #definePG_KRB_SRVTAB ""
|
|