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 ; 結(jié)果會保存到/...