2
0
96
50
1
导出pg_dump -U [username] -h [host] -p [port] -t [tablename] -f /tmp/file....
在pg命令行中,运行写入文件命令 \o /tmp/test.csv 然后运行查询语句 select * from table ; 结果会保存到/...