Thanks to visit codestin.com Credit goes to github.com
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 b3dd55c commit b20f80fCopy full SHA for b20f80f
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.79 2002/08/12 00:36:11 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/misc/guc.c,v 1.80 2002/08/14 22:07:56 momjian Exp $
9
10
* Copyright 2000 by PostgreSQL Global Development Group
11
* Written by Peter Eisentraut <[email protected]>.
@@ -94,7 +94,7 @@ bool SQL_inheritance = true;
94
95
bool Australian_timezones = false;
96
97
-bool Password_encryption = false;
+bool Password_encryption = true;
98
99
#ifndef PG_KRB_SRVTAB
100
#define PG_KRB_SRVTAB ""
0 commit comments