1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-13 16:22:44 +03:00

Subselects with =, >, etc.

Cleanup for vacuum help, manual page, and error message
This commit is contained in:
Bruce Momjian
1998-02-03 19:27:30 +00:00
parent f00a9e3e9f
commit 00f325d510
5 changed files with 462 additions and 10 deletions

View File

@@ -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! */
};