Hi,

in the chapter describing the hard upgrade, the command for a PostgreSQL dump is given as:

$ pg_dump -Fc olddb olddb.dump

This is not accepted by PostgreSQL, at least on version 8.1 as on 
RedHat/Centos. The command could be either:

$ pg_dump -Fc olddb > olddb.dump

or
$ pg_dump -f olddb.dump -Fc olddb.

Regards,

Peter

R3 GIS

http://www.r3-gis.com



_______________________________________________
postgis-users mailing list
[email protected]
http://postgis.refractions.net/mailman/listinfo/postgis-users

Reply via email to