1010 * Written by Peter Eisentraut <peter_e@gmx.net>.
1111 *
1212 * 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 $
1414 *
1515 *--------------------------------------------------------------------
1616 */
@@ -920,7 +920,7 @@ static struct config_bool ConfigureNamesBool[] =
920920
921921{
922922{"integer_datetimes" ,PGC_INTERNAL ,PRESET_OPTIONS ,
923- gettext_noop ("Datetimes are integer based" ),
923+ gettext_noop ("Datetimes are integer based. " ),
924924NULL ,
925925GUC_REPORT |GUC_NOT_IN_SAMPLE |GUC_DISALLOW_IN_FILE
926926},
@@ -934,7 +934,7 @@ static struct config_bool ConfigureNamesBool[] =
934934
935935{
936936{"krb_caseins_users" ,PGC_POSTMASTER ,CONN_AUTH_SECURITY ,
937- gettext_noop ("Sets whether Kerberos user names should be treatedcase insensitive." ),
937+ gettext_noop ("Sets whether Kerberos user names should be treatedas case- insensitive." ),
938938NULL
939939},
940940& pg_krb_caseins_users ,