Re: Vaccuuming every db in cluster fails to eliminate "execute a full-database VACUUM in..." - Mailing list pgsql-admin

From Robert Burgholzer
Subject Re: Vaccuuming every db in cluster fails to eliminate "execute a full-database VACUUM in..."
Date
Msg-id AANLkTikZ35E9UR-49rrNKBDRpu=k3+5aAX6m33o3gJTo@mail.gmail.com
Whole thread Raw
In response to Vaccuuming every db in cluster fails to eliminate "execute a full-database VACUUM in..."  (Robert Burgholzer <rburghol@vt.edu>)
Responses Re: Re: Vaccuuming every db in cluster fails to eliminate "execute a full-database VACUUM in..."
List pgsql-admin
So, as I mentioned, I have tried to get this straightened out by
vacuuming all in --single mode, but to no avail.  I executed the
following command, to see which tables were in trouble:

SELECT relname, age(relfrozenxid) FROM pg_class WHERE relkind = 'r';

And found a table listed, that DOES NOT exist any longer.  Do I have
any recourse other than to drop and rebuild all of my tables?  Can I
just dump, drop and recreate my database?

How do I drop a database in --single mode?

Thanks,
r.b.


On Sun, Oct 10, 2010 at 7:21 AM, Robert Burgholzer <rburghol@vt.edu> wrote:
>
> ERROR:  database is not accepting commands to avoid wraparound data
> loss in database "vwuds"
>
> So, I vacuum each and every db in my ... but am still hampered by this
> error.
>
--
--
Robert W. Burgholzer
http://www.findingfreestyle.com/
Find us on Facebook by searching "Finding Freestyle"

pgsql-admin by date:

Previous
From: Robert Burgholzer
Date:
Subject: Vaccuuming every db in cluster fails to eliminate "execute a full-database VACUUM in..."
Next
From: Tom Lane
Date:
Subject: Re: build from Source: 9.0.1 / 9.1-alpha1 cannot build modules