postgis/loader/README.txt
Paul Ramsey 88f90fa704 First attempt at i18n for the loader/dumper.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6239 b70326c6-7e19-0410-871a-916f4a2858ee
2010-12-02 00:44:24 +00:00

14 lines
674 B
Plaintext

This directory contains the loader and dumper utility programs.
The loader can convert shape files to an SQL dump suitable for loading into a
PostGIS enabled PostgreSQL database server. The dumper does the opposite,
creates a shape file out of an PostGIS table or arbitrary query.
To compile the program from source, simply run "make" in the source directory.
Then copy the binary into your command search path (or wherever you like).
For usage information, simply run the programs without any arguments, that
will display a help screen, and look into the ../doc/man/ directory,
there are manpages ready for copying into the manual search path on
unixoid systems.