Skip to content

Commit 7a2b417

Browse files
committed
Vacuum help changed (ANALYZE).
1 parent 3c461c8 commit 7a2b417

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bin/psql/psqlHelp.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* Copyright (c) 1994, Regents of the University of California
77
*
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 $
99
*
1010
*-------------------------------------------------------------------------
1111
*/
@@ -166,6 +166,6 @@ static struct _helpStruct QL_HELP[] = {
166166
"update <class_name> set <attr1>=<expr1>,...<attrN>=<exprN> [from <from_clause>] [where <qual>];"},
167167
{ "vacuum",
168168
"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)] ];"},
170170
{ NULL, NULL, NULL} /* important to keep a NULL terminator here! */
171171
};

0 commit comments

Comments
 (0)