Re: Interface for pg_autovacuum

Поиск
Список
Период
Сортировка
От Jim Nasby
Тема Re: Interface for pg_autovacuum
Дата
Msg-id 7C4D872D-7172-40AA-8104-A5AE4241048E@enterprisedb.com
обсуждение исходный текст
Ответ на Re: Interface for pg_autovacuum  ("Simon Riggs" <simon@2ndquadrant.com>)
Ответы Re: Interface for pg_autovacuum  (Gregory Stark <stark@enterprisedb.com>)
Re: Interface for pg_autovacuum  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
How about...

ALTER TABLE ...
ALTER AUTOVACUUM [ THRESHOLD | SCALE | COST DELAY | COST LIMIT ]
ALTER AUTOANALYZE [ THRESHOLD | SCALE ]

... or would that create a whole bunch of reserved words?

On Dec 21, 2006, at 10:04 AM, 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?)
>
> -- 
>   Simon Riggs
>   EnterpriseDB   http://www.enterprisedb.com
>
>
>
> ---------------------------(end of  
> broadcast)---------------------------
> TIP 7: You can help support the PostgreSQL project by donating at
>
>                 http://www.postgresql.org/about/donate
>

--
Jim Nasby                               jim.nasby@enterprisedb.com
EnterpriseDB      http://enterprisedb.com      512.569.9461 (cell)





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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: column ordering, was Re: [PATCHES] Enums patch v2
Следующее
От: Gregory Stark
Дата:
Сообщение: Re: Interface for pg_autovacuum