Re: [GENERAL] Vacuum output redirect

2007-12-06 Thread Wim Chalmet
Yes, the write access is fine. I think I have a problem with syntax. I don't know if there is a command switch on psql to redirect standard output to a logfile. THere is one for any query results, but that does not happen to contain the output of vacuum. On 12/4/07, Martin Gainty <[EMAIL PROTECTED

Re: [GENERAL] Vacuum output redirect

2007-12-04 Thread Martin Gainty
does psql have write access to the folder? M- - Original Message - From: Wim Chalmet To: pgsql-general@postgresql.org Sent: Tuesday, December 04, 2007 10:27 AM Subject: [GENERAL] Vacuum output redirect Hi, Sorry for my basic question here, but I can't figure things out.

Re: [GENERAL] Vacuum output redirect

2007-12-04 Thread Raymond O'Donnell
On 04/12/2007 15:27, Wim Chalmet wrote: Sorry for my basic question here, but I can't figure things out. I am running postgres in a windows environment. I would like to redirect the output from a "vacuum full analyze verbose;" to a text file. How do I do this? You could use the standalone pr