pgsql: Improve pg_autovacuum documentation to clarify that the enabled

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improve pg_autovacuum documentation to clarify that the enabled
Date: 2008-01-31 18:40:09
Message-ID: 20080131184009.EE8EA754108@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Improve pg_autovacuum documentation to clarify that the enabled field cannot
prevent anti-wraparound vacuuming, and to caution against setting unreasonably
small values of freeze_max_age. Also put in a notice that this catalog is
likely to disappear entirely in some future release. Per discussion of
bug #3898 from Steven Flatt.

Tags:
----
REL8_2_STABLE

Modified Files:
--------------
pgsql/doc/src/sgml:
catalogs.sgml (r2.137 -> r2.137.2.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/catalogs.sgml?r1=2.137&r2=2.137.2.1)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-01-31 18:58:30 pgsql: Fix pg_GSS_error to use conn->errorMessage more sanely, ie,
Previous Message Tom Lane 2008-01-31 18:40:03 pgsql: Improve pg_autovacuum documentation to clarify that the enabled