I am trying to restore a database from file. Here is my file http://pastebin.com/JSmG0Htm I am running
psql db_name < path_to_file
and here is error message http://pastebin.com/cqDYxUUM What is the problem . ??? Thanks
I am trying to restore a database from file. Here is my file http://pastebin.com/JSmG0Htm I am running
psql db_name < path_to_file
and here is error message http://pastebin.com/cqDYxUUM What is the problem . ??? Thanks
You need to restore dumps made that way with pg_restore, not psql.