File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- <!-- $PostgreSQL: pgsql/doc/src/sgml/maintenance.sgml,v 1.94 2009/05/16 22:51:24 tgl Exp $ -->
1+ <!-- $PostgreSQL: pgsql/doc/src/sgml/maintenance.sgml,v 1.95 2009/06/17 13:59:28 petere Exp $ -->
22
33<chapter id="maintenance">
44 <title>Routine Database Maintenance Tasks</title>
@@ -603,7 +603,7 @@ HINT: Stop the postmaster and use a standalone backend to VACUUM in "mydb".
603603
604604 <para>
605605 Tables whose <structfield>relfrozenxid</> value is more than
606- <varname>autovacuum_freeze_max_age</ > transactions old are always
606+ <xref linkend="guc-autovacuum-freeze-max-age" > transactions old are always
607607 vacuumed (this also applies to those tables whose freeze max age has
608608 been modified via storage parameters; see below). Otherwise, if the
609609 number of tuples obsoleted since the last
You can’t perform that action at this time.
0 commit comments