summaryrefslogtreecommitdiff
path: root/src/man
diff options
context:
space:
mode:
authorBruce Momjian1997-01-13 03:45:33 +0000
committerBruce Momjian1997-01-13 03:45:33 +0000
commit0d3bf78e0b23a876de558f7d11f12350d7fa673a (patch)
treecace0404478b97edbccca053964d28e5083c1284 /src/man
parentfebfe447a77c101fec49f93ef22ef37e94939d4d (diff)
Added VERBOSE option to vacuum command.
Diffstat (limited to 'src/man')
-rw-r--r--src/man/vacuum.l6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/man/vacuum.l b/src/man/vacuum.l
index b36f95c3058..9137442df9b 100644
--- a/src/man/vacuum.l
+++ b/src/man/vacuum.l
@@ -1,12 +1,12 @@
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/vacuum.l,v 1.2 1996/12/11 00:28:15 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/vacuum.l,v 1.3 1997/01/13 03:45:33 momjian Exp $
.TH VACUUM SQL 11/05/95 PostgreSQL PostgreSQL
.SH NAME
vacuum \(em vacuum a database
.SH SYNOPSIS
.nf
-\fBvacuum [table]\fP
+\fBvacuum [verbose] [\fPtable\fB]\fP
.fi
.SH DESCRIPTION
.BR Vacuum
@@ -18,6 +18,8 @@ tuples and number of pages stored in all classes. Running
.BR vacuum
periodically will increase Postgres's speed in processing user queries.
.PP
+\fBverbose\fP prints a detailed vacuum activity report for each table.
+.PP
The open database is the one that is vacuumed.
.PP
We recommend that production databases be vacuumed nightly, in order