[postgis-users] Typo in http://svn.refractions.net/postgis/trunk/README.postgis

Peter Hopfgartner peter.hopfgartner at r3-gis.com
Mon Jan 7 02:22:47 PST 2008


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






More information about the postgis-users mailing list