I'm in the postgres terminal window and I've switched the output to a file using a command like
\o output.txt
but now I want to return the output to the terminal window, not the text file, without having to exit and log in again. How do I do that - I managed it once but can't now find it in the documentation ...