23decxf 发表于 2016-11-20 08:24:28

PostgreSQL——数据恢复

psql -d db_name -f db.dump -U postgres


然后
输入密码,就会给db_name恢复
页: [1]
查看完整版本: PostgreSQL——数据恢复