diff options
author | Bruce Momjian | 1996-10-04 14:50:18 +0000 |
---|---|---|
committer | Bruce Momjian | 1996-10-04 14:50:18 +0000 |
commit | 15537c9d45f5ee284e6467ca93037357a1a2ffbf (patch) | |
tree | abdd2f6161cef8a314cf5db3b985f268bc076ee7 /doc/man | |
parent | 57fd9a5c4e7559412e257467041602e42372fe6e (diff) |
Added purge(l) mention in manual page.
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/vacuum.l | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/man/vacuum.l b/doc/man/vacuum.l index abbaac5f887..5ee2b4fe22b 100644 --- a/doc/man/vacuum.l +++ b/doc/man/vacuum.l @@ -1,6 +1,6 @@ .\" This is -*-nroff-*- .\" XXX standard disclaimer belongs here.... -.\" $Header: /cvsroot/pgsql/doc/man/Attic/vacuum.l,v 1.2 1996/10/03 04:21:31 momjian Exp $ +.\" $Header: /cvsroot/pgsql/doc/man/Attic/vacuum.l,v 1.3 1996/10/04 14:50:18 momjian Exp $ .TH VACUUM SQL 11/05/95 Postgres95 Postgres95 .SH NAME vacuum \(em vacuum a database @@ -30,5 +30,8 @@ records, it may be a good idea to issue a query. This will update the system catalogs with the results of all recent changes, and allow the Postgres query optimizer to make better choices in planning user queries. +.PP +The purge(l) command can be used to control the archive retention +characteristics of a given table. .SH "SEE ALSO" -vacuum(1). +purge(l). |