psqlのヘルプから(\?
):
\o[FILE]すべてのクエリ結果をファイルまたは|パイプP>に送信します
コマンドのシーケンスは次のようになります:
[[email protected] ~]$ psql db
Welcome to psql 8.3.6, the PostgreSQL interactive terminal
db=>\o out.txt
db=>\dt
次に、db操作の出力がout.txtに書き込まれます。「\ o」と入力して、出力をコンソールに戻します。
db=>\o