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