Re: [SQL] auto vacuuming

2007-04-05 Thread Alvaro Herrera
Sumeet escribió: > Then do i need to still provide the auto vacumming options in the > postgres.conf file or these options are automatically taken care of. You have to enable the autovacuum setting in postgresql.conf. It is not enabled by default. -- Alvaro Herrera

Re: [SQL] auto vacuuming

2007-04-05 Thread Sumeet
Then do i need to still provide the auto vacumming options in the postgres.conf file or these options are automatically taken care of. Thanks, Sumeet. On 4/5/07, Alvaro Herrera <[EMAIL PROTECTED]> wrote: Sumeet escribió: > Hi all is there a way i can find if the pg_autovacuum module is install

Re: [SQL] auto vacuuming

2007-04-05 Thread Alvaro Herrera
Sumeet escribió: > Hi all is there a way i can find if the pg_autovacuum module is installed on > my server?? > The postgres version im using is 8.1.4 > I tried searching the contrib module and dint see the pg_autovacuum > directory there pg_autovacuum no longer exists. Autovacuum is now integrat

[SQL] auto vacuuming

2007-04-05 Thread Sumeet
Hi all is there a way i can find if the pg_autovacuum module is installed on my server?? The postgres version im using is 8.1.4 I tried searching the contrib module and dint see the pg_autovacuum directory there I checked m source Thanks, Sumeet