aboutsummaryrefslogtreecommitdiff
path: root/src/bin/psql/psqlHelp.h
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1998-02-03 19:27:30 +0000
committerBruce Momjian <bruce@momjian.us>1998-02-03 19:27:30 +0000
commit00f325d510ea935d56015b983a7f3a5ec4acfbd3 (patch)
treeac942cf79a588d961deaa9ef8738e5bfed272fd0 /src/bin/psql/psqlHelp.h
parentf00a9e3e9f66649b69085295d9ea02d2a36adab3 (diff)
downloadpostgresql-00f325d510ea935d56015b983a7f3a5ec4acfbd3.tar.gz
postgresql-00f325d510ea935d56015b983a7f3a5ec4acfbd3.zip
Subselects with =, >, etc.
Cleanup for vacuum help, manual page, and error message
Diffstat (limited to 'src/bin/psql/psqlHelp.h')
-rw-r--r--src/bin/psql/psqlHelp.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/bin/psql/psqlHelp.h b/src/bin/psql/psqlHelp.h
index d273929c4ab..4990a241508 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.39 1998/01/22 23:05:09 momjian Exp $
+ * $Id: psqlHelp.h,v 1.40 1998/02/03 19:27:00 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -292,9 +292,10 @@ set R_PLANS to {'ON' | 'OFF'}"},
"update <class_name> set <attr1>=<expr1>,...<attrN>=<exprN> [from <from_clause>] [where <qual>];"},
{"vacuum",
"vacuum the database, i.e. cleans out deleted records, updates statistics",
- "vacuum [verbose] [analyze]\n\
+ "\
+vacuum [verbose] [analyze] [table]\n\
\tor\n\
-vacuum [verbose] [analyze] table [analyze [(attr1, ... attrN)] ];"},
+vacuum [verbose] analyze [table [(attr1, ... attrN)]];"},
{NULL, NULL, NULL} /* important to keep a NULL terminator
* here! */
};