[postgis-users] Typo in http://svn.refractions.net/postgis/trunk/README.postgis
Mark Cave-Ayland
mark.cave-ayland at ilande.co.uk
Fri Jan 11 07:14:05 PST 2008
On Mon, 2008-01-07 at 11:22 +0100, Peter Hopfgartner wrote:
> 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
Hi Peter,
Thanks for the feedback. This has been fixed by Paul's last
documentation commit here
http://postgis.refractions.net/pipermail/postgis-commits/2007-December/000195.html, and as you can see, it now appears correctly at http://postgis.refractions.net/docs/ch02.html so the fix will appear in future releases.
Thanks for the bug report!
ATB,
Mark.
--
ILande - Open Source Consultancy
http://www.ilande.co.uk
More information about the postgis-users
mailing list