aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVadim B. Mikheev <vadim4o@yahoo.com>1997-06-03 06:19:11 +0000
committerVadim B. Mikheev <vadim4o@yahoo.com>1997-06-03 06:19:11 +0000
commit9d14ef9465ec93dae0861e7c51241018fb218afa (patch)
tree17bbc12000810167c903b001148bdaefda8be1ce
parentcd3f1bcab0916bf3fabe2351691a58c29fd787db (diff)
downloadpostgresql-9d14ef9465ec93dae0861e7c51241018fb218afa.tar.gz
postgresql-9d14ef9465ec93dae0861e7c51241018fb218afa.zip
SET var TO '...'
^^ - added
-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 90f86929bbf..b72a3f1675d 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.17 1997/06/02 14:12:28 momjian Exp $
+ * $Id: psqlHelp.h,v 1.18 1997/06/03 06:19:11 vadim 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}\nset R_PLANS {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}"},