Re: [PATCHES] pg_autovacuum UPDATE_INTERVAL cmd arg

2005-04-19 Thread Bruce Momjian
Thomas F.O'Connell wrote: > Well, then it'll probably be moot for 8.1 if all goes well and autovac > gets integrated. > Right, and I am pledged to work to get it into 8.1. -- Bruce Momjian| http://candle.pha.pa.us pgman@candle.pha.pa.us | (610) 359-1

Re: [PATCHES] pg_autovacuum UPDATE_INTERVAL cmd arg

2005-04-19 Thread Thomas F . O'Connell
Well, then it'll probably be moot for 8.1 if all goes well and autovac gets integrated. -tfo -- Thomas F. O'Connell Co-Founder, Information Architect Sitening, LLC Strategic Open Source: Open Your i™ http://www.sitening.com/ 110 30th Avenue North, Suite 6 Nashville, TN 37203-6320 615-260-0005 On

Re: [PATCHES] pg_autovacuum UPDATE_INTERVAL cmd arg

2005-04-18 Thread Bruce Momjian
Also, since this is an additional feature, I assume it isn't for 8.0.X. --- Thomas F.O'Connell wrote: > The following patch should allow UPDATE_INTERVAL to be specified on the > command line. We find this useful because we

Re: [PATCHES] pg_autovacuum UPDATE_INTERVAL cmd arg

2005-04-18 Thread Bruce Momjian
Patch applied. Thanks. I had to adjust the patch, so I attached it. --- Thomas F.O'Connell wrote: > The following patch should allow UPDATE_INTERVAL to be specified on the > command line. We find this useful because we f

[PATCHES] pg_autovacuum UPDATE_INTERVAL cmd arg

2005-03-07 Thread Thomas F . O'Connell
The following patch should allow UPDATE_INTERVAL to be specified on the command line. We find this useful because we frequently deal with thousands of tables in an environment where neither the databases nor the tables are updated frequently. This helps allow us to cut down on the overhead of u