pg_autovacuum settings not saved on dump

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: pg_autovacuum settings not saved on dump
Date: 2005-09-15 19:41:27
Message-ID: 20050915194127.GA29323@surnet.cl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

Robert Treat reminded me the other day that we don't currently save
pg_autovacuum settings on pg_dump. This is expected, because we don't
want to dump pg_autovacuum as a regular table, or it would force us to
accept loading that forever; nor we do have ALTER TABLE commands to do
it on a higher level, because there wasn't agreement that it should be
implemented this early on autovacuum's life.

Expected or not, fact is it's not user friendly. We should at least
document this somewhere so users can take care of it by themselves. Not
sure where does it belong though. The autovacuum section, the backup
section? Does it merit a mention on the release notes?

Suggestions welcome.

--
Alvaro Herrera -- Valdivia, Chile Architect, www.EnterpriseDB.com
"¿Que diferencia tiene para los muertos, los huérfanos, y aquellos que han
perdido su hogar, si la loca destrucción ha sido realizada bajo el nombre
del totalitarismo o del santo nombre de la libertad y la democracia?" (Gandhi)

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2005-09-15 20:00:11 Re: pg_autovacuum settings not saved on dump
Previous Message Tom Lane 2005-09-15 19:30:56 Re: Per-table freeze limit proposal