Re: [GENERAL] autovacuum_naptime seems to take minutes for seconds

2010-01-13 Thread Claudio Eichenberger
Tom Hello, 55 databases which made me believe minutes correspond to seconds! Many thanks for your explanation Regards Claudio On 2010-01-13 11:08:35, Tom Lane wrote: > Claudio Eichenberger writes: > > The parameter autovacuum_naptime seems to take minutes for seconds. >

[GENERAL] autovacuum_naptime seems to take minutes for seconds

2010-01-13 Thread Claudio Eichenberger
Hello, Concerns: 8.4.2 I cannot test it on other systems than FreeBSD so I don't know whether it's just FreeBSD related. The parameter autovacuum_naptime seems to take minutes for seconds. On a completely idle system, no db access, with the default autovacuum_naptime=1min configuration I get:

[GENERAL] 8.4.1 & 8.4.2 require map=... for ident in the pg_hba.conf file, will this be the new way?

2010-01-10 Thread Claudio Eichenberger
Hello, In older PostgreSQL installations < 8.4 I used the following pg_hba.conf syntax: local all pgsql ident PGSQL but 8.4.1 & 8.4.2 require the following syntax: local all pgsql ident map=PGSQL Will this be the new way for all future releases? Thanks in a