I'm trying to reload PostgreSQL database into pgAdmin. The base is in .sql format (db.sql) When I'm trying to reload it, the following problem appears:
pg_restore: [archiver] input file appears to be a text format dump. Please use psql.
I've never imported database before, so I don't know what to do.
How could I use psql? Should I modify db.sql file somehow?
Thank you for the help!