备份
C:\PostgreSQL\\bin>pg_dump -h localhost -p -U postgres Mes > d:/.bak
恢复
C:\PostgreSQL\\bin>psql -h localhost -p -U postgres -d Mes < d:/.bak
备份
C:\PostgreSQL\\bin>pg_dump -h localhost -p -U postgres Mes > d:/.bak
恢复
C:\PostgreSQL\\bin>psql -h localhost -p -U postgres -d Mes < d:/.bak