I use \o [file] to get output to a file but it only records the command. For example:
\o vac.outvacuum 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?