Re: pg_autovacuum entries

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Anj Adu <fotographs(at)gmail(dot)com>
Cc: Igor Polishchuk <ipolishchuk(at)hi5(dot)com>, pgsql-admin(at)postgresql(dot)org
Subject: Re: pg_autovacuum entries
Date: 2009-11-01 17:56:59
Message-ID: 20091101175659.GB4428@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Anj Adu escribió:
> My goal is to reset the XID wraparound counter by performing vacuumdb
> (autovacuum is not an option for my for various reasons)

Note that if you are on 8.1 (I can't recall) you need to vacuum the
whole database in a single command for Xid wraparound. Only on 8.2 and
higher you can get away with doing it one table at a time.

--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2009-11-01 22:50:20 Re: dupes for PK and other UNIQUE indexes
Previous Message Alvaro Herrera 2009-11-01 17:55:57 Re: pg_autovacuum entries