Re: VACUUM DELAY - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: VACUUM DELAY
Date
Msg-id 20040809181053.GC6509@dcc.uchile.cl
Whole thread Raw
In response to Re: VACUUM DELAY  (Gaetano Mendola <mendola@bigfoot.com>)
Responses Re: VACUUM DELAY  (Gaetano Mendola <mendola@bigfoot.com>)
List 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 by date:

Previous
From: pgsql@mohawksoft.com
Date:
Subject: fsync vs open_sync
Next
From: Robert Treat
Date:
Subject: Re: Beta Leader?