We are switching hosts and the old one provided a SQL dump of the PostgreSQL database of our site.
Now, I\'m trying to set this up on a local WAMP server to test thi
Works pretty well, in command line, all arguments are required, -W is for password
psql -h localhost -U user -W -d database_name -f path/to/file.sql