Re: [HACKERS] pg_autovacuum settings not saved on dump

2005-09-20 Thread Jim C. Nasby
On Thu, Sep 15, 2005 at 11:24:23PM -0400, Tom Lane wrote: > Robert Treat <[EMAIL PROTECTED]> writes: > > On Thursday 15 September 2005 15:41, Alvaro Herrera wrote: > >> Robert Treat reminded me the other day that we don't currently save > >> pg_autovacuum settings on pg_dump. > > > ISTM this is a

Re: [HACKERS] pg_autovacuum settings not saved on dump

2005-09-15 Thread Tom Lane
Robert Treat <[EMAIL PROTECTED]> writes: > On Thursday 15 September 2005 15:41, Alvaro Herrera wrote: >> Robert Treat reminded me the other day that we don't currently save >> pg_autovacuum settings on pg_dump. > ISTM this is a backwards incompatibility with previous installations that > might h

Re: [HACKERS] pg_autovacuum settings not saved on dump

2005-09-15 Thread Robert Treat
On Thursday 15 September 2005 15:41, Alvaro Herrera wrote: > Hi, > > Robert Treat reminded me the other day that we don't currently save > pg_autovacuum settings on pg_dump. > Does it merit a mention on the release notes? > ISTM this is a backwards incompatibility with previous installations th

Re: [HACKERS] pg_autovacuum settings not saved on dump

2005-09-15 Thread Tom Lane
Alvaro Herrera <[EMAIL PROTECTED]> writes: > 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