Re: pg_autovacuum should allow NULL values

From: "Jim C(dot) Nasby" <jim(at)nasby(dot)net>
To: Mark Stosberg <mark(at)summersault(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: pg_autovacuum should allow NULL values
Date: 2007-02-23 19:49:00
Message-ID: 20070223194859.GI19527@nasby.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

On Fri, Feb 23, 2007 at 04:08:45PM -0300, Alvaro Herrera wrote:
> Mark Stosberg wrote:
> > I just tried to add something to the pg_autovacuum table for the first
> > time today (with 8.1). I wanted to make the simplest possible entry:
> > Disable auto-vacuuming for a table. However, the data model requires
> > that I also enter values for:
> >
> > vac_base_thresh
>
> You can use any negative value on these settings (-1 works fine, for
> example).

We should really make that the default so that you don't have to worry
about other fields...
--
Jim Nasby jim(at)nasby(dot)net
EnterpriseDB http://enterprisedb.com 512.569.9461 (cell)

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Mike 2007-02-23 19:50:51 SQL Question - Using Group By
Previous Message djé djé 2007-02-23 19:19:15 Re: false unique constraint error...for me

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2007-02-23 19:54:25 Re: pgsql: Update Solaris FAQ.
Previous Message Alvaro Herrera 2007-02-23 19:08:45 Re: pg_autovacuum should allow NULL values