for input files rather than <. This makes error messages, &c. more
expressive.
David Fetter
Backup and Restore
The resulting dump can be restored with
psql>:
-psql template1 < infile
+psql -f infile template1
(Actually, you can specify any existing database name to start from,
but if you are reloading in an empty cluster then template1>
gmake install
initdb -D /usr/local/pgsql/data
postmaster -D /usr/local/pgsql/data
-psql template1 < backup
+psql -f backup template1
See about ways to start and stop the