【发布时间】:2009-02-17 16:08:53
【问题描述】:
我如何从我的转储中恢复到数据库?
【问题讨论】:
-
标题令人困惑——你能用“你如何恢复 PostgreSQL 数据库?”之类的内容来更新它吗?
-
如果您从未使用过 mysql,标题可能会令人困惑。正是我的搜索字词将我带到了这个页面。
标签: postgresql
我如何从我的转储中恢复到数据库?
【问题讨论】:
标签: postgresql
你应该看看 pg_restore 和 pg_dump 命令。
pg_dump - extract a PostgreSQL database into a script file or other archive file.
pg_restore - restore a PostgreSQL database from an archive file created by pg_dump.
【讨论】:
【讨论】: