More vacuum markup fixes. Alvaro

This commit is contained in:
Bruce Momjian 2005-07-30 17:15:35 +00:00
parent 31a2824263
commit 08d728372e
2 changed files with 7 additions and 5 deletions

View File

@ -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>

View File

@ -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"