Re: VACUUM DELAY

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: VACUUM DELAY
Дата
Msg-id 20040809181053.GC6509@dcc.uchile.cl
обсуждение исходный текст
Ответ на Re: VACUUM DELAY  (Gaetano Mendola <mendola@bigfoot.com>)
Ответы Re: VACUUM DELAY  (Gaetano Mendola <mendola@bigfoot.com>)
Список pgsql-hackers
On Mon, Aug 09, 2004 at 07:19:44PM +0200, Gaetano Mendola wrote:

> So the other parameter will inserted in the new sintax too, I think is 
> fundamental
> the ability of override this values during the vacuum call:
> 
> VACUUM .... WITH DELAY 100 [ .... ];

What's wrong with

SET vacuum_delat 100;
SET whatever_parameter 'value';
VACUUM ...;

-- 
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
Licensee shall have no right to use the Licensed Software
for productive or commercial use. (Licencia de StarOffice 6.0 beta)



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

Предыдущее
От: pgsql@mohawksoft.com
Дата:
Сообщение: fsync vs open_sync
Следующее
От: Robert Treat
Дата:
Сообщение: Re: Beta Leader?