摘要: 备份pg_dump.exe -h localhost -p 5432 -U postgres -F plain -v -f C:\Backup.sql db1 2> C:\Backup.log还原psql.exe -h localhost -p 5432 -U postgres -d db1 -f C:\Backup.sqlSQL备份pg_dumpall.exe -h localhost -p 5432 -U postgres -v -f C:\All.sql 2> C:\All.logSQL还原psql.exe -h localhost -p 5432 -U postgres - 阅读全文
posted @ 2013-10-24 18:00 sekihin 阅读(2292) 评论(0) 推荐(0)