Re: transactoin id wraparound problem - Mailing list pgsql-admin

From Scott Marlowe
Subject Re: transactoin id wraparound problem
Date
Msg-id 1157571499.20424.20.camel@state.g2switchworks.com
Whole thread Raw
In response to Re: transactoin id wraparound problem  ("Sriram Dandapani" <sdandapani@counterpane.com>)
List pgsql-admin
On Wed, 2006-09-06 at 14:23, Sriram Dandapani wrote:
> Thanks
>
> Is there a way to monitor  vacuum progress. Can I resume normal
> operations assuming vacuum will update the transaction ids or should I
> wait till it finishes.

As Andrew mentioned, there's the possibility of wrapping before vacuum
finishes.  Other than that, there's no danger to continuing to use the
db while it's being vacuumed.

There was a post here a little while back that had a query that would
show you how many transactions you had until wraparound and which
databases had been vacuumed when...

The basic data is in pg_database.  Take a look at that table.

pgsql-admin by date:

Previous
From: Andrew Sullivan
Date:
Subject: Re: transactoin id wraparound problem
Next
From: "Chris Hoover"
Date:
Subject: Re: Why so long between archive calls?