Scott Whitney <[email protected]> wrote:
 
> my pg_clog directory contains files going back to Jul 13 of 2010. 
> 
> Every Saturday, I run: 
> 
> "vacuumdb -a -v -F" 
> 
> 
> I _thought_ that was supposed to clear those out. Am I wrong? 
 
SELECT datname, datfrozenxid FROM pg_database;
 
to see which database is causing them to be retained.
 
-Kevin

-- 
Sent via pgsql-admin mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin

Reply via email to