📅  最后修改于: 2022-03-11 14:49:43.258000             🧑  作者: Mango
# To reload the dump in the database newdb.
pg_restore -d newdb mydumpfile
# To reload the dump in a created db.
psql -Umyuser mydatabase < mydumpfile