File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1010 * Written by Peter Eisentraut <peter_e@gmx.net>.
1111 *
1212 * IDENTIFICATION
13- * $Header: /cvsroot/pgsql/src/backend/utils/misc/guc.c,v 1.145 2003/08/01 00:15:23 tgl Exp $
13+ * $Header: /cvsroot/pgsql/src/backend/utils/misc/guc.c,v 1.146 2003/08/01 01:23:11 tgl Exp $
1414 *
1515 *--------------------------------------------------------------------
1616 */
@@ -1338,9 +1338,9 @@ static struct config_string ConfigureNamesString[] =
13381338
13391339 {
13401340 {"DateStyle" , PGC_USERSET , CLIENT_CONN_LOCALE ,
1341- gettext_noop ("The display format for date and time values, " ),
1342- gettext_noop ("as well as the rules for interpreting ambiguous "
1343- "date input values " ),
1341+ gettext_noop ("Sets display format for date and time values" ),
1342+ gettext_noop ("Also controls interpretation of ambiguous "
1343+ "date inputs " ),
13441344 GUC_LIST_INPUT | GUC_REPORT
13451345 },
13461346 & datestyle_string ,
You can’t perform that action at this time.
0 commit comments