diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2009-06-17 13:59:28 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2009-06-17 13:59:28 +0000 |
commit | 5126826c525d5fece1b661cd3ebc027cbe1435b3 (patch) | |
tree | cd98e680571c78a3f389320cd99aad44458a34e8 /doc/src | |
parent | 33d48d975f34eb63c585677109794558c7c4af2b (diff) | |
download | postgresql-5126826c525d5fece1b661cd3ebc027cbe1435b3.tar.gz postgresql-5126826c525d5fece1b661cd3ebc027cbe1435b3.zip |
Add another link of a GUC variable to where it is explained.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/maintenance.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/maintenance.sgml b/doc/src/sgml/maintenance.sgml index 2110e2d305a..019d3f2c571 100644 --- a/doc/src/sgml/maintenance.sgml +++ b/doc/src/sgml/maintenance.sgml @@ -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"> <title>Routine Database Maintenance Tasks</title> @@ -603,7 +603,7 @@ HINT: Stop the postmaster and use a standalone backend to VACUUM in "mydb". <para> 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 been modified via storage parameters; see below). Otherwise, if the number of tuples obsoleted since the last |