Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
15537c9d
Commit
15537c9d
authored
28 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Added purge(l) mention in manual page.
parent
57fd9a5c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/man/vacuum.l
+5
-2
5 additions, 2 deletions
doc/man/vacuum.l
with
5 additions
and
2 deletions
doc/man/vacuum.l
+
5
−
2
View file @
15537c9d
.\" This is -*-nroff-*-
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
.\" XXX standard disclaimer belongs here....
.\" $Header: /cvsroot/pgsql/doc/man/Attic/vacuum.l,v 1.
2
1996/10/0
3 04:21:31
momjian Exp $
.\" $Header: /cvsroot/pgsql/doc/man/Attic/vacuum.l,v 1.
3
1996/10/0
4 14:50:18
momjian Exp $
.TH VACUUM SQL 11/05/95 Postgres95 Postgres95
.TH VACUUM SQL 11/05/95 Postgres95 Postgres95
.SH NAME
.SH NAME
vacuum \(em vacuum a database
vacuum \(em vacuum a database
...
@@ -30,5 +30,8 @@ records, it may be a good idea to issue a
...
@@ -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
query. This will update the system catalogs with the results of all
recent changes, and allow the Postgres query optimizer to make better
recent changes, and allow the Postgres query optimizer to make better
choices in planning user queries.
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"
.SH "SEE ALSO"
vacuum(1
).
purge(l
).
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment