前端之家收集整理的这篇文章主要介绍了
你如何在postgresql中做mysqldump?,
前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
而且如何从我的转储恢复到db?
你应该看看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.
原文链接:https://www.f2er.com/postgresql/192700.html