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 10
10
* Written by Peter Eisentraut <peter_e@gmx.net>.
11
11
*
12
12
* 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 $
14
14
*
15
15
*--------------------------------------------------------------------
16
16
*/
@@ -1338,9 +1338,9 @@ static struct config_string ConfigureNamesString[] =
1338
1338
1339
1339
{
1340
1340
{"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 " ),
1344
1344
GUC_LIST_INPUT | GUC_REPORT
1345
1345
},
1346
1346
& datestyle_string ,
You can’t perform that action at this time.
0 commit comments