Re: [GENERAL] PG 8.4 and pg_autovacuum functionality

2009-10-14 Thread Alvaro Herrera
Marcelo wrote: > Hello, > > Since pg_autovacuum no longer exits on PG 8.4 and it seems that one > now needs to provide the storage parameters during CREATE TABLE or > later on with an ALTER TABLE. > Will that ALTER TABLE block anything going on that table until it's > finished ? I assume not since

[GENERAL] PG 8.4 and pg_autovacuum functionality

2009-10-13 Thread Marcelo
Hello, Since pg_autovacuum no longer exits on PG 8.4 and it seems that one now needs to provide the storage parameters during CREATE TABLE or later on with an ALTER TABLE. Will that ALTER TABLE block anything going on that table until it's finished ? I assume not since no table data is actu