标签: postgresql
尝试导入数据库。
遵循此文档 恢复:$ psql -U {user-name} -d {desintation_db} -f {dumpfilename.sql}
http://www.thegeekstuff.com/2009/01/how-to-backup-and-restore-postgres-database-using-pg_dump-and-psql/
我做错了什么?
答案 0 :(得分:2)
您应该从shell运行psql,而不是从psql实例运行。
psql