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

Commit497365f

Browse files
committed
Add comments about VACUUM to free space map docs.
Joshua D. Drake
1 parent43e082f commit497365f

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

‎doc/src/sgml/config.sgml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.156 2007/11/19 02:26:10 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.157 2007/11/28 05:01:24 momjian Exp $ -->
22

33
<chapter Id="runtime-config">
44
<title>Server Configuration</title>
@@ -962,7 +962,16 @@ SET ENABLE_SEQSCAN TO OFF;
962962
</varlistentry>
963963

964964
</variablelist>
965+
966+
<note>
967+
<para>
968+
See the <xref linkend="sql-vacuum" endterm="sql-vacuum-title">
969+
command for information on setting this parameter.
970+
</para>
971+
</note>
972+
965973
</sect2>
974+
966975
<sect2 id="runtime-config-resource-kernel">
967976
<title>Kernel Resource Usage</title>
968977
<variablelist>

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

Lines changed: 5 additions & 2 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.49 2007/10/0701:16:42 alvherre Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/vacuum.sgml,v 1.50 2007/11/28 05:01:24 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -96,7 +96,10 @@ VACUUM [ FULL ] [ FREEZE ] [ VERBOSE ] ANALYZE [ <replaceable class="PARAMETER">
9696
<term><literal>VERBOSE</literal></term>
9797
<listitem>
9898
<para>
99-
Prints a detailed vacuum activity report for each table.
99+
Prints a detailed vacuum activity report for each table. Can be used
100+
to help determine appropriate settings for
101+
<literal>max_fsm_pages</literal>, <literal>max_fsm_pages</literal>,
102+
and <literal>default_statistics_target</literal>.
100103
</para>
101104
</listitem>
102105
</varlistentry>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp