diff options
author | Bruce Momjian | 1996-10-03 04:21:31 +0000 |
---|---|---|
committer | Bruce Momjian | 1996-10-03 04:21:31 +0000 |
commit | 92210d4915e7be8cfe769b003901fb93b6af4500 (patch) | |
tree | 3ea1be036dda4cb9f231331c6a6d00cbbe3b31c6 /doc/man | |
parent | 75e2cbcec36b465058e4114fab2fe09a4f8c0aec (diff) |
New vacuum optoin.
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/vacuum.l | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/vacuum.l b/doc/man/vacuum.l index b7e17058829..abbaac5f887 100644 --- a/doc/man/vacuum.l +++ b/doc/man/vacuum.l @@ -1,12 +1,12 @@ .\" This is -*-nroff-*- .\" XXX standard disclaimer belongs here.... -.\" $Header: /cvsroot/pgsql/doc/man/Attic/vacuum.l,v 1.1.1.1 1996/08/18 22:14:28 scrappy Exp $ +.\" $Header: /cvsroot/pgsql/doc/man/Attic/vacuum.l,v 1.2 1996/10/03 04:21:31 momjian Exp $ .TH VACUUM SQL 11/05/95 Postgres95 Postgres95 .SH NAME vacuum \(em vacuum a database .SH SYNOPSIS .nf -\fBvacuum\fP +\fBvacuum [table]\fP .fi .SH DESCRIPTION .BR Vacuum |