Add R_PLANS to psql help, and SET cleanup.
authorBruce Momjian
Sun, 1 Jun 1997 04:53:44 +0000 (04:53 +0000)
committerBruce Momjian
Sun, 1 Jun 1997 04:53:44 +0000 (04:53 +0000)
src/bin/psql/psqlHelp.h

index ebe845e7ff26b62cbf1819f75284f7c5f413428c..a4f5215c547ba6e2f55cdaea6796fa00981502d6 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Copyright (c) 1994, Regents of the University of California
  *
- * $Id: psqlHelp.h,v 1.15 1997/06/01 04:32:41 momjian Exp $
+ * $Id: psqlHelp.h,v 1.16 1997/06/01 04:53:44 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 = {'ISO' | 'SQL' | 'Postgres' | 'European' | 'US' | 'NonEuropean'\nset GEQO = {'ON' | 'OFF'}"},
+      "set DateStyle {ISO | SQL | Postgres | European | US | NonEuropean}\nset GEQO = {ON | OFF}\nset R_PLANS {ON | OFF}"},
   { "show",
       "show current run-time environment",
       "show {DateStyle | GEQO}"},