Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个使用pg_dump自定义格式创建的 pg 备份。我正在尝试使用pg_restore仅数据恢复到已经有一些数据的数据库中。这在数据库和转储中存在相同数据(某些行)的情况下会失败。有没有办法忽略这些行并继续恢复其余数据?
pg_dump
pg_restore