Re: [GENERAL] Cleaning up vacuums

1999-11-24 Thread Jim Mercer
On Wed, Nov 24, 1999 at 02:25:11PM +, Mark Jewiss wrote: > Each time I vacuum (from either the script or the command line), I see > things like: > > DEBUG: --Relation pg_indexes-- > DEBUG: Pages 0: Changed 0, Reapped 0, Empty 0, New 0; Tup 0: Vac 0, > Keep/VTL 0/0, Crash 0, UnUsed 0, MinLen

[GENERAL] Cleaning up vacuums

1999-11-24 Thread Mark Jewiss
Hello, Can't see an answer to this in the archives either I'm automating the vacuum of each database I have every night using a cron job on a perl script. To tidy things up I want to put all of the messages received when performing the vacuum into a log file, but cannot get this to work. E