complete output to file??

From: Chris Pesko <cpesko(at)organic(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: complete output to file??
Date: 2001-10-03 18:49:38
Message-ID: 4.3.2.7.2.20011003114642.01dae980@mailhost.organic.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

I use \o [file] to get output to a file but it only records the
command. For example:

\o vac.out
vacuum verbose analyze;

I end up with one row "VACUUM" in vac.out. I want the entire output that I
see on the screen to go to a file. How is this done?

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Leandro Rodrigo Saad Cruz 2001-10-03 19:35:40 Please help - Bad date external representation problems
Previous Message Tom Lane 2001-10-03 17:46:15 Re: Authorization problem