Add single quotes to \\h set help
authorBruce Momjian
Thu, 24 Jul 1997 19:11:53 +0000 (19:11 +0000)
committerBruce Momjian
Thu, 24 Jul 1997 19:11:53 +0000 (19:11 +0000)
src/bin/psql/psqlHelp.h

index 2937187712fd65547dee065efa91d1c535ea41ae..e3b2ed0cf8cd546585a440ed919b278a5aa88f58 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Copyright (c) 1994, Regents of the University of California
  *
- * $Id: psqlHelp.h,v 1.19 1997/06/12 16:43:08 momjian Exp $
+ * $Id: psqlHelp.h,v 1.20 1997/07/24 19:11:53 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -166,7 +166,7 @@ static struct _helpStruct QL_HELP[] = {
       "select [distinct on  [as ], ...  [as ]\n\t[into table ] [from ]\n\t[where ]\n\t[order by \n\t\t[using ],.. [[using ] | ASC | DESC]];" },
   { "set",
       "set run-time environment",
-      "set DateStyle to {ISO | SQL | Postgres | European | US | NonEuropean}\nset GEQO to {ON[=#] | OFF}\nset R_PLANS to {ON | OFF}"},
+      "set DateStyle to {'ISO' | 'SQL' | 'Postgres' | 'European' | 'US' | 'NonEuropean'}\nset GEQO to {'ON[=#]' | 'OFF'}\nset R_PLANS to {'ON' | 'OFF'}"},
   { "show",
       "show current run-time environment",
       "show {DateStyle | GEQO | R_PLANS}"},