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
I use:
cat /home/path/to/dump/file | psql -h localhost -U -d
Hope this will help someone.