mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Add another link of a GUC variable to where it is explained.
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/maintenance.sgml,v 1.94 2009/05/16 22:51:24 tgl Exp $ -->
|
<!-- $PostgreSQL: pgsql/doc/src/sgml/maintenance.sgml,v 1.95 2009/06/17 13:59:28 petere Exp $ -->
|
||||||
|
|
||||||
<chapter id="maintenance">
|
<chapter id="maintenance">
|
||||||
<title>Routine Database Maintenance Tasks</title>
|
<title>Routine Database Maintenance Tasks</title>
|
||||||
@ -603,7 +603,7 @@ HINT: Stop the postmaster and use a standalone backend to VACUUM in "mydb".
|
|||||||
|
|
||||||
<para>
|
<para>
|
||||||
Tables whose <structfield>relfrozenxid</> value is more than
|
Tables whose <structfield>relfrozenxid</> value is more than
|
||||||
<varname>autovacuum_freeze_max_age</> transactions old are always
|
<xref linkend="guc-autovacuum-freeze-max-age"> transactions old are always
|
||||||
vacuumed (this also applies to those tables whose freeze max age has
|
vacuumed (this also applies to those tables whose freeze max age has
|
||||||
been modified via storage parameters; see below). Otherwise, if the
|
been modified via storage parameters; see below). Otherwise, if the
|
||||||
number of tuples obsoleted since the last
|
number of tuples obsoleted since the last
|
||||||
|
Reference in New Issue
Block a user