postgresql 备份数据库结构

mac2022-06-30  38

--只备份结构pg_dump -U postgres -d grgzpt -f D:\dump.sql -s--恢复psql -d newDbname -U postgres -f D:\dump.sql

 

转载于:https://www.cnblogs.com/SeNaiTes/p/11311126.html

最新回复(0)