Re: Interface for pg_autovacuum - Mailing list pgsql-hackers

From Dave Page
Subject Re: Interface for pg_autovacuum
Date
Msg-id 458AAEEE.1000003@postgresql.org
Whole thread Raw
In response to Re: Interface for pg_autovacuum  ("Simon Riggs" <simon@2ndquadrant.com>)
Responses Re: Interface for pg_autovacuum  (Robert Treat <xzilla@users.sourceforge.net>)
List pgsql-hackers
Simon Riggs wrote:
> On Wed, 2006-12-20 at 09:47 -0500, Jim Nasby wrote:
> 
>> On the other hand, this would be the only part of the system where  
>> the official interface/API is a system catalog table. Do we really  
>> want to expose the internal representation of something as our API?  
>> That doesn't seem wise to me...
> 
> Define and agree the API (the hard bit) and I'll code it (the easy bit).
> 
> We may as well have something on the table, even if it changes later.
> 
> Dave: How does PgAdmin handle setting table-specific autovacuum
> parameters? (Does it?)
> 

Yes, it adds/removes/edits rows in pg_autovacuum as required.

Regards, Dave


pgsql-hackers by date:

Previous
From: Stephen Frost
Date:
Subject: Re: ERROR: tuple concurrently updated
Next
From: Chris Browne
Date:
Subject: Re: Stats Collector Oddity