首页 > 代码库 > PostgreSQL导出sql脚本文件

PostgreSQL导出sql脚本文件

命令如下:

pg_dump -h 127.0.0.1 -p 5432 -U postgres --inserts -t city -f D:\city.sql LGBS

少年,详细参数请看下图:

技术分享

 

PostgreSQL导出sql脚本文件