postgis/loader
2009-05-09 11:46:18 +00:00
..
.cvsignore more cvsignore 2003-11-12 20:59:06 +00:00
dbfopen.c Add variable decls to trunk :) 2009-02-19 21:12:22 +00:00
getopt.c Rename all occurances of getopt to pgis_getopt to work around 2008-04-07 20:09:48 +00:00
getopt.h Rename all occurances of getopt to pgis_getopt to work around 2008-04-07 20:09:48 +00:00
Makefile.in Demote new loader code from default build for now. 2009-02-10 20:10:53 +00:00
pgsql2shp.c change commenting style to javadoc style 2009-05-03 03:16:42 +00:00
README.pgsql2shp sanitized usage info output on loader/dumper 2006-10-14 14:22:10 +00:00
README.shp2pgsql sanitized usage info output on loader/dumper 2006-10-14 14:22:10 +00:00
README.txt added -S option and updated README to loader/dumper 2006-10-11 09:43:29 +00:00
shapefil.h Remove extra warnings related to the shp2pgsql deleted records patch 2008-05-27 15:08:20 +00:00
shp2pgsql-cli.c Propset Author Id Keyword Revision on all files. 2009-02-04 00:28:37 +00:00
shp2pgsql-core.c Try and fix shp2pgsql-core for bug #124. Need to change sprintf() to pgis_exec() within the loader. 2009-04-14 14:25:35 +00:00
shp2pgsql-core.h Propset Author Id Keyword Revision on all files. 2009-02-04 00:28:37 +00:00
shp2pgsql-gui.c Propset Author Id Keyword Revision on all files. 2009-02-04 00:28:37 +00:00
shp2pgsql.c Correct erroneus formatting which was causing two comments to be nested and hence generating a compiler warning. 2009-05-09 11:46:18 +00:00
shpopen.c Remove extra warnings related to the shp2pgsql deleted records patch 2008-05-27 15:08:20 +00:00
stringbuffer.c First revision of the GUI. Configure using --with-gui to enable full GUI build. New core/cli will build by default. Old utilities remain in place for now. 2009-01-19 21:33:14 +00:00
stringbuffer.h First revision of the GUI. Configure using --with-gui to enable full GUI build. New core/cli will build by default. Old utilities remain in place for now. 2009-01-19 21:33:14 +00:00
TODO updated 2004-11-18 18:16:11 +00:00

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.