Commit 31a28242 authored by Bruce Momjian's avatar Bruce Momjian

Fix VACUUM sgml markup.

parent 2ab9997e
<!-- <!--
$PostgreSQL: pgsql/doc/src/sgml/ref/vacuum.sgml,v 1.37 2005/07/30 15:45:49 momjian Exp $ $PostgreSQL: pgsql/doc/src/sgml/ref/vacuum.sgml,v 1.38 2005/07/30 17:03:56 momjian Exp $
PostgreSQL documentation PostgreSQL documentation
--> -->
...@@ -180,7 +180,7 @@ VACUUM [ FULL | FREEZE ] [ VERBOSE ] ANALYZE [ <replaceable class="PARAMETER">ta ...@@ -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" endterm="runtime-config-resource-vacuum-cost"> for more linkend="runtime-config-resource-vacuum-cost"> for more
details. details.
</para> </para>
</refsect1> </refsect1>
...@@ -238,7 +238,7 @@ VACUUM ...@@ -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" endterm="runtime-config-resource-vacuum-cost"></member> <member><xref linkend="runtime-config-resource-vacuum-cost"></member>
</simplelist> </simplelist>
</refsect1> </refsect1>
</refentry> </refentry>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment