备份某表的数据到SQL文件(Insert形式) pg_dump -U postgres --table=export_table --data-only --column-inserts my_database > data.sql