Don't they essentially do the same thing by storing all the data in a file and dumping it into another database? Is it that pg_dump just adds the data on to whatever is already there and restore deletes everything and then dumps it in?
Tell me more
×
Database Administrators Stack Exchange is a question and answer site for
database professionals who wish to improve their database skills and learn from others in the community. It's 100% free, no registration required.
|
|
||||
|
|
migrated from stackoverflow.com Mar 19 at 2:03
|
To restore, you can either use The "Backup" and "Restore" options of pgAdmin are just a front to the above mentioned tools. There is no (official) tool "backup" or "restore" like you seem to be implying. You are probably confusing terms. |
|||||
|
