首页 > 学院 > 开发设计 > 正文

PostgreSQL数据导出成Insert语句

2019-11-09 13:27:38
字体:
来源:转载
供稿:网友
pg_dump --dbname=my_db_name --host=my_host_ip_addr --username=my_username --no-passWord --data-only --exclude-table-data=my_history_tables --inserts --column-inserts --disable-dollar-quoting --file=data_only_insert_sql.backup
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表