标签: postgresql psql
以下代码是否正确? 我想将foo表输出存储到file.txt文件中如何为此
psql <<EOF \pset format wrapped SELECT * FROM foo; EOF |tee -a file.txt