diff --git a/doc/src/sgml/ref/vacuum.sgml b/doc/src/sgml/ref/vacuum.sgml index b7db27f7c672a3d011bbf9bf073518bee5a2bb1c..9429aec9f87ffde2fb328aca53f5d4d2c60000b7 100644 --- a/doc/src/sgml/ref/vacuum.sgml +++ b/doc/src/sgml/ref/vacuum.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/ref/vacuum.sgml,v 1.38 2005/07/30 17:03:56 momjian Exp $ +$PostgreSQL: pgsql/doc/src/sgml/ref/vacuum.sgml,v 1.39 2005/07/30 17:15:35 momjian Exp $ PostgreSQL documentation --> @@ -180,7 +180,7 @@ VACUUM [ FULL | FREEZE ] [ VERBOSE ] ANALYZE [ <replaceable class="PARAMETER">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 <xref - linkend="runtime-config-resource-vacuum-cost"> for more + linkend="runtime" endterm="runtime-config-resource-vacuum-cost-title"> for more details. </para> </refsect1> @@ -238,7 +238,7 @@ VACUUM <simplelist type="inline"> <member><xref linkend="app-vacuumdb" endterm="app-vacuumdb-title"></member> - <member><xref linkend="runtime-config-resource-vacuum-cost"></member> + <member><xref linkend="runtime" endterm="runtime-config-resource-vacuum-cost-title"></member> </simplelist> </refsect1> </refentry> diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index 41f2472f7504a4ee3945ed70e592f3713e6236cf..91071ddc4ec31fd8e4ad56247462fd13ffa5e4b1 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.340 2005/07/30 15:17:18 momjian Exp $ +$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.341 2005/07/30 17:15:35 momjian Exp $ --> <chapter Id="runtime"> @@ -1380,7 +1380,9 @@ SET ENABLE_SEQSCAN TO OFF; </sect3> <sect3 id="runtime-config-resource-vacuum-cost"> - <title>Cost-Based Vacuum Delay</title> + <title id="runtime-config-resource-vacuum-cost-title"> + Cost-Based Vacuum Delay + </title> <para> During the execution of <xref linkend="sql-vacuum"