Tom Lane wrote: > Jeff Amiel <[EMAIL PROTECTED]> writes: > > We've downloaded/compiled pg_filedump, but are stumped as to what relation > > (or even what database) to start with. > > Turn up log_min_messages to DEBUG2 and you'll be able to see which > table autovac is failing at. If I had to bet I'd bet on > template0.pg_statistic ...
Hmm, that would mean an ANALYZE got done on template0, no? ... but AFAICT process_whole_db() always sets analyze=false. -- Alvaro Herrera http://www.CommandPrompt.com/ The PostgreSQL Company - Command Prompt, Inc. ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend