File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
*
6
6
* Copyright (c) 1994, Regents of the University of California
7
7
*
8
- * $Id: psqlHelp.h,v 1.11 1997/04/02 04:18:26 vadim Exp $
8
+ * $Id: psqlHelp.h,v 1.12 1997/04/23 06:41:56 vadim Exp $
9
9
*
10
10
*-------------------------------------------------------------------------
11
11
*/
@@ -166,6 +166,6 @@ static struct _helpStruct QL_HELP[] = {
166
166
"update <class_name> set <attr1>=<expr1>,...<attrN>=<exprN> [from <from_clause>] [where <qual>];" },
167
167
{ "vacuum" ,
168
168
"vacuum the database, i.e. cleans out deleted records, updates statistics" ,
169
- "vacuum [table];" },
169
+ "vacuum [verbose] [analyze]\n\tor\nvacuum [verbose] table [analyze [(attr1, ... attrN)] ];" },
170
170
{ NULL , NULL , NULL } /* important to keep a NULL terminator here! */
171
171
};
You can’t perform that action at this time.
0 commit comments