From 08d728372e8ce803fe096bacfb6330328f61dcf4 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 30 Jul 2005 17:15:35 +0000 Subject: [PATCH] More vacuum markup fixes. Alvaro --- doc/src/sgml/ref/vacuum.sgml | 6 +++--- doc/src/sgml/runtime.sgml | 6 ++++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/ref/vacuum.sgml b/doc/src/sgml/ref/vacuum.sgml index b7db27f7c6..9429aec9f8 100644 --- a/doc/src/sgml/ref/vacuum.sgml +++ b/doc/src/sgml/ref/vacuum.sgml @@ -1,5 +1,5 @@ @@ -180,7 +180,7 @@ VACUUM [ FULL | FREEZE ] [ VERBOSE ] ANALYZE [ ta increase in I/O traffic, which cause poor performance for other active sessions. Therefore, it is sometimes advisable to use the cost-based vacuum delay feature. See for more + linkend="runtime" endterm="runtime-config-resource-vacuum-cost-title"> for more details. @@ -238,7 +238,7 @@ VACUUM - + diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index 41f2472f75..91071ddc4e 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1,5 +1,5 @@ @@ -1380,7 +1380,9 @@ SET ENABLE_SEQSCAN TO OFF; - Cost-Based Vacuum Delay + + Cost-Based Vacuum Delay + During the execution of