More vacuum markup fixes. Alvaro
This commit is contained in:
parent
31a2824263
commit
08d728372e
@ -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
|
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
|
increase in I/O traffic, which cause poor performance for other active
|
||||||
sessions. Therefore, it is sometimes advisable to use
|
sessions. Therefore, it is sometimes advisable to use
|
||||||
the cost-based vacuum delay feature. See <xref
|
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.
|
details.
|
||||||
</para>
|
</para>
|
||||||
</refsect1>
|
</refsect1>
|
||||||
@ -238,7 +238,7 @@ VACUUM
|
|||||||
|
|
||||||
<simplelist type="inline">
|
<simplelist type="inline">
|
||||||
<member><xref linkend="app-vacuumdb" endterm="app-vacuumdb-title"></member>
|
<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>
|
</simplelist>
|
||||||
</refsect1>
|
</refsect1>
|
||||||
</refentry>
|
</refentry>
|
||||||
|
@ -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">
|
<chapter Id="runtime">
|
||||||
@ -1380,7 +1380,9 @@ SET ENABLE_SEQSCAN TO OFF;
|
|||||||
</sect3>
|
</sect3>
|
||||||
|
|
||||||
<sect3 id="runtime-config-resource-vacuum-cost">
|
<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>
|
<para>
|
||||||
During the execution of <xref linkend="sql-vacuum"
|
During the execution of <xref linkend="sql-vacuum"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user