From 0d3bf78e0b23a876de558f7d11f12350d7fa673a Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 13 Jan 1997 03:45:33 +0000 Subject: Added VERBOSE option to vacuum command. --- src/man/vacuum.l | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/man') 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 -- cgit v1.2.3