]> granicus.if.org Git - postgresql/commitdiff
Fix my own mistake in GUC variable annotation.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 1 Aug 2003 01:23:11 +0000 (01:23 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 1 Aug 2003 01:23:11 +0000 (01:23 +0000)
src/backend/utils/misc/guc.c

index cd7de81ed5a5619989cd4b4fce7436ba4571915a..d26cefa5d0ca09b5795f9925e95d4a5fbbeb68ee 100644 (file)
@@ -10,7 +10,7 @@
  * Written by Peter Eisentraut <peter_e@gmx.net>.
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/misc/guc.c,v 1.145 2003/08/01 00:15:23 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/misc/guc.c,v 1.146 2003/08/01 01:23:11 tgl Exp $
  *
  *--------------------------------------------------------------------
  */
@@ -1338,9 +1338,9 @@ static struct config_string ConfigureNamesString[] =
 
        {
                {"DateStyle", PGC_USERSET, CLIENT_CONN_LOCALE,
-                       gettext_noop("The display format for date and time values, "),
-                       gettext_noop("as well as the rules for interpreting ambiguous "
-                                                "date input values"),
+                       gettext_noop("Sets display format for date and time values"),
+                       gettext_noop("Also controls interpretation of ambiguous "
+                                                "date inputs"),
                        GUC_LIST_INPUT | GUC_REPORT
                },
                &datestyle_string,