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

Commit701cd5a

Browse files
committed
Fix mistaken duplicate reference to max_fsm_pages, per bug #3926.
Also make links clickable.
1 parent09bcb24 commit701cd5a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 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.50 2007/11/28 05:01:24 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/vacuum.sgml,v 1.51 2008/02/03 16:24:08 tgl Exp $
33
PostgreSQL documentation
44
-->
55

@@ -98,8 +98,9 @@ VACUUM [ FULL ] [ FREEZE ] [ VERBOSE ] ANALYZE [ <replaceable class="PARAMETER">
9898
<para>
9999
Prints a detailed vacuum activity report for each table. Can be used
100100
to help determine appropriate settings for
101-
<literal>max_fsm_pages</literal>, <literal>max_fsm_pages</literal>,
102-
and <literal>default_statistics_target</literal>.
101+
<xref linkend="guc-max-fsm-pages">,
102+
<xref linkend="guc-max-fsm-relations">, and
103+
<xref linkend="guc-default-statistics-target">.
103104
</para>
104105
</listitem>
105106
</varlistentry>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp