File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
* Written by Peter Eisentraut <peter_e@gmx.net>.
11
11
*
12
12
* IDENTIFICATION
13
- * $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.290 2005/10/03 22:55:51 tgl Exp $
13
+ * $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.291 2005/10/08 20:08:19 tgl Exp $
14
14
*
15
15
*--------------------------------------------------------------------
16
16
*/
@@ -920,7 +920,7 @@ static struct config_bool ConfigureNamesBool[] =
920
920
921
921
{
922
922
{"integer_datetimes" , PGC_INTERNAL , PRESET_OPTIONS ,
923
- gettext_noop ("Datetimes are integer based" ),
923
+ gettext_noop ("Datetimes are integer based. " ),
924
924
NULL ,
925
925
GUC_REPORT | GUC_NOT_IN_SAMPLE | GUC_DISALLOW_IN_FILE
926
926
},
@@ -934,7 +934,7 @@ static struct config_bool ConfigureNamesBool[] =
934
934
935
935
{
936
936
{"krb_caseins_users" , PGC_POSTMASTER , CONN_AUTH_SECURITY ,
937
- gettext_noop ("Sets whether Kerberos user names should be treated case insensitive." ),
937
+ gettext_noop ("Sets whether Kerberos user names should be treated as case- insensitive." ),
938
938
NULL
939
939
},
940
940
& pg_krb_caseins_users ,
You can’t perform that action at this time.
0 commit comments