Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit08d7283

Browse files
committed
More vacuum markup fixes. Alvaro
1 parent31a2824 commit08d7283

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

‎doc/src/sgml/ref/vacuum.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ref/vacuum.sgml,v 1.38 2005/07/30 17:03:56 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/vacuum.sgml,v 1.39 2005/07/30 17:15:35 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -180,7 +180,7 @@ VACUUM [ FULL | FREEZE ] [ VERBOSE ] ANALYZE [ <replaceable class="PARAMETER">ta
180180
increase in I/O traffic, which cause poor performance for other active
181181
sessions. Therefore, it is sometimes advisable to use
182182
the cost-based vacuum delay feature. See <xref
183-
linkend="runtime-config-resource-vacuum-cost"> for more
183+
linkend="runtime" endterm="runtime-config-resource-vacuum-cost-title"> for more
184184
details.
185185
</para>
186186
</refsect1>
@@ -238,7 +238,7 @@ VACUUM
238238

239239
<simplelist type="inline">
240240
<member><xref linkend="app-vacuumdb" endterm="app-vacuumdb-title"></member>
241-
<member><xref linkend="runtime-config-resource-vacuum-cost"></member>
241+
<member><xref linkend="runtime" endterm="runtime-config-resource-vacuum-cost-title"></member>
242242
</simplelist>
243243
</refsect1>
244244
</refentry>

‎doc/src/sgml/runtime.sgml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.340 2005/07/3015:17:18 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.341 2005/07/30 17:15:35 momjian Exp $
33
-->
44

55
<chapter Id="runtime">
@@ -1380,7 +1380,9 @@ SET ENABLE_SEQSCAN TO OFF;
13801380
</sect3>
13811381

13821382
<sect3 id="runtime-config-resource-vacuum-cost">
1383-
<title>Cost-Based Vacuum Delay</title>
1383+
<title id="runtime-config-resource-vacuum-cost-title">
1384+
Cost-Based Vacuum Delay
1385+
</title>
13841386

13851387
<para>
13861388
During the execution of <xref linkend="sql-vacuum"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp