|
1 | 1 | <!--
|
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 $ |
3 | 3 | PostgreSQL documentation
|
4 | 4 | -->
|
5 | 5 |
|
@@ -98,8 +98,9 @@ VACUUM [ FULL ] [ FREEZE ] [ VERBOSE ] ANALYZE [ <replaceable class="PARAMETER">
|
98 | 98 | <para>
|
99 | 99 | Prints a detailed vacuum activity report for each table. Can be used
|
100 | 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>. |
| 101 | + <xref linkend="guc-max-fsm-pages">, |
| 102 | + <xref linkend="guc-max-fsm-relations">, and |
| 103 | + <xref linkend="guc-default-statistics-target">. |
103 | 104 | </para>
|
104 | 105 | </listitem>
|
105 | 106 | </varlistentry>
|
|