summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1997-06-01 04:53:44 +0000
committerBruce Momjian <bruce@momjian.us>1997-06-01 04:53:44 +0000
commit6c82ae2c029dce6733de0b72ede6e3a138fe1de7 (patch)
tree02f64e32da62c424460ea9a958719c2a6f427d77
parent6ed9f2f17b722a1dc7f94a1a2a7dd71944e9205e (diff)
Add R_PLANS to psql help, and SET cleanup.
-rw-r--r--src/bin/psql/psqlHelp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/psql/psqlHelp.h b/src/bin/psql/psqlHelp.h
index ebe845e7ff2..a4f5215c547 100644
--- a/src/bin/psql/psqlHelp.h
+++ b/src/bin/psql/psqlHelp.h
@@ -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 <attr>] <expr1> [as <attr1>], ... <exprN> [as <attrN>]\n\t[into table <class_name>] [from <from_list>]\n\t[where <qual>]\n\t[order by <attr1>\n\t\t[using <op1>],..<attrN> [[using <opN>] | 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}"},