如何在postgresql中关闭"output to file"

How to turn off "output to file" in postgresql

指令

\o <output_file>

将后续输出发送到指定文件。如何禁用它 - 即恢复将输出发送到终端会话而不是文件?

再给它一个 \o,不带参数。