Re: Interface for pg_autovacuum

From: Dave Page <dpage(at)postgresql(dot)org>
To: Robert Treat <xzilla(at)users(dot)sourceforge(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org, Simon Riggs <simon(at)2ndquadrant(dot)com>, Jim Nasby <jim(dot)nasby(at)enterprisedb(dot)com>, "Florian G(dot) Pflug" <fgp(at)phlo(dot)org>
Subject: Re: Interface for pg_autovacuum
Date: 2006-12-23 08:27:02
Message-ID: 458CE856.3010500@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Robert Treat wrote:
>>> Dave: How does PgAdmin handle setting table-specific autovacuum
>>> parameters? (Does it?)
>> Yes, it adds/removes/edits rows in pg_autovacuum as required.
>>
>
> We do this in phppgadmin too, although I also added a screen that show alist
> of entries with schema and table names (rather than vacrelid) since otherwise
> it is too much pita to keep things straight. My intent is also to add
> controls at the table level (where we'll know the vacrelid anyway) though it
> will probably be put off until there is more demand for it.

The actual user interface is at table level in pgAdmin - there's an
extra tab on the table properties dialogue that allows you to tweak the
values or leave them at system default.

Regards, Dave

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Shane Ambler 2006-12-23 11:07:30 Re: Strange pgsql crash on MacOSX
Previous Message Jeremy Drake 2006-12-23 06:45:04 Re: recent --with-libxml support