projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ac2f2e
)
Slight wording improvement in documentation.
author
Bruce Momjian
Fri, 4 Aug 2006 04:07:38 +0000
(
04:07
+0000)
committer
Bruce Momjian
Fri, 4 Aug 2006 04:07:38 +0000
(
04:07
+0000)
doc/src/sgml/maintenance.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/maintenance.sgml
b/doc/src/sgml/maintenance.sgml
index 531a309ad0598795dd5999a5e0c3590a3c103428..20a42c5b5348916a8435eab7d4f184f5103d10c5 100644
(file)
--- a/
doc/src/sgml/maintenance.sgml
+++ b/
doc/src/sgml/maintenance.sgml
@@
-1,4
+1,4
@@
-
+
Routine Database Maintenance Tasks
@@
-34,7
+34,7
@@
The other main category of maintenance task is periodic
vacuuming>
of the database. This activity is discussed in
-
. Closely related to this
is to update
+
. Closely related to this
updating
the statistics that will be used by the query planner, as discussed in
.