pgsql: Improve pg_autovacuum documentation to clarify that the enabled - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Improve pg_autovacuum documentation to clarify that the enabled
Date
Msg-id 20080131184009.EE8EA754108@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Improve pg_autovacuum documentation to clarify that the enabled
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix pg_GSS_error to use conn->errorMessage more sanely, ie,