Re: Interface for pg_autovacuum

Поиск
Список
Период
Сортировка
От Robert Treat
Тема Re: Interface for pg_autovacuum
Дата
Msg-id 200612222257.31668.xzilla@users.sourceforge.net
обсуждение исходный текст
Ответ на Re: Interface for pg_autovacuum  (Dave Page <dpage@postgresql.org>)
Ответы Re: Interface for pg_autovacuum  (Dave Page <dpage@postgresql.org>)
Список pgsql-hackers
On Thursday 21 December 2006 10:57, Dave Page wrote:
> 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.
>

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. 

-- 
Robert Treat
Build A Brighter LAMP :: Linux Apache {middleware} PostgreSQL


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: recent --with-libxml support
Следующее
От: Jeremy Drake
Дата:
Сообщение: Re: recent --with-libxml support