问题
I've a .dmp file. Want to restore the database from it. Using pgAdmin how can I do it?
回答1:
Within PgAdmin3...
- Create a new database within the server you are using.
- Right click this database and choose 'Restore'.
- Use the 'Browser' button to select your '.dmp' file.
- Select 'Restore' to start restoring the database.
来源:https://stackoverflow.com/questions/30555112/how-restore-postgresql-dump-file-using-pgadmin