Vacuum help changed (ANALYZE).
authorVadim B. Mikheev
Wed, 23 Apr 1997 06:41:56 +0000 (06:41 +0000)
committerVadim B. Mikheev
Wed, 23 Apr 1997 06:41:56 +0000 (06:41 +0000)
src/bin/psql/psqlHelp.h

index bc8dfed454a44e143805e071a2b8e45464a82888..5bc9f226cec031213ff6380149dab15f740eda73 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Copyright (c) 1994, Regents of the University of California
  *
- * $Id: psqlHelp.h,v 1.11 1997/04/02 04:18:26 vadim Exp $
+ * $Id: psqlHelp.h,v 1.12 1997/04/23 06:41:56 vadim Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -166,6 +166,6 @@ static struct _helpStruct QL_HELP[] = {
       "update  set =,...= [from ] [where ];"},
   { "vacuum",
       "vacuum the database, i.e. cleans out deleted records, updates statistics",
-      "vacuum [table];"},
+      "vacuum [verbose] [analyze]\n\tor\nvacuum [verbose] table [analyze [(attr1, ... attrN)] ];"},
   { NULL, NULL, NULL}  /* important to keep a NULL terminator here! */
 };