|
1 | 1 | <!--
|
2 |
| -$PostgreSQL: pgsql/doc/src/sgml/ref/vacuum.sgml,v 1.37 2005/07/3015:45:49 momjian Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/ref/vacuum.sgml,v 1.38 2005/07/3017:03:56 momjian Exp $ |
3 | 3 | PostgreSQL documentation
|
4 | 4 | -->
|
5 | 5 |
|
@@ -180,7 +180,7 @@ VACUUM [ FULL | FREEZE ] [ VERBOSE ] ANALYZE [ <replaceable class="PARAMETER">ta
|
180 | 180 | increase in I/O traffic, which cause poor performance for other active
|
181 | 181 | sessions. Therefore, it is sometimes advisable to use
|
182 | 182 | the cost-based vacuum delay feature. See <xref
|
183 |
| - linkend="runtime" endterm="runtime-config-resource-vacuum-cost"> for more |
| 183 | + linkend="runtime-config-resource-vacuum-cost"> for more |
184 | 184 | details.
|
185 | 185 | </para>
|
186 | 186 | </refsect1>
|
@@ -238,7 +238,7 @@ VACUUM
|
238 | 238 |
|
239 | 239 | <simplelist type="inline">
|
240 | 240 | <member><xref linkend="app-vacuumdb" endterm="app-vacuumdb-title"></member>
|
241 |
| - <member><xref linkend="runtime" endterm="runtime-config-resource-vacuum-cost"></member> |
| 241 | + <member><xref linkend="runtime-config-resource-vacuum-cost"></member> |
242 | 242 | </simplelist>
|
243 | 243 | </refsect1>
|
244 | 244 | </refentry>
|
|