postgis/loader
2009-11-20 14:02:50 +00:00
..
.cvsignore more cvsignore 2003-11-12 20:59:06 +00:00
dbfopen.c astyle --style=ansi --indent=tab (#133) 2009-06-11 16:44:03 +00:00
getopt.c astyle --style=ansi --indent=tab (#133) 2009-06-11 16:44:03 +00:00
getopt.h astyle --style=ansi --indent=tab (#133) 2009-06-11 16:44:03 +00:00
Makefile.in Alter regression test harness so that shp2pgsql/pgsql2shp can be tested without being installed. 2009-11-19 15:39:27 +00:00
pgsql2shp.c Apply Kris Jurka's pgsql2shp patches, as detail in the postgis-devel archives on 12th Nov. Thanks Kris! 2009-11-20 14:02:50 +00:00
README.pgsql2shp sanitized usage info output on loader/dumper 2006-10-14 14:22:10 +00:00
README.shp2pgsql Tell what the default is for -N in help output and README file 2009-10-16 09:37:14 +00:00
README.txt added -S option and updated README to loader/dumper 2006-10-11 09:43:29 +00:00
shapefil.h astyle --style=ansi --indent=tab (#133) 2009-06-11 16:44:03 +00:00
shp2pgsql-cli.c MinGW fix for loader (#222), Mark Cave-Ayland 2009-07-13 17:27:41 +00:00
shp2pgsql-core.c Handle odd ArcMap scinotation for large ints. (#38) 2009-11-15 19:52:40 +00:00
shp2pgsql-core.h MinGW fix for loader (#222), Mark Cave-Ayland 2009-07-13 17:27:41 +00:00
shp2pgsql-gui.c Commit patch for missing lw_asprintf() from #222. 2009-07-16 21:26:07 +00:00
shp2pgsql.c Finish working on Dave Fuhry's memory-leak patch, and also fix several other leaks found by running shp2pgsql through valgrind. 2009-11-20 13:53:48 +00:00
shpopen.c astyle --style=ansi --indent=tab (#133) 2009-06-11 16:44:03 +00:00
stringbuffer.c astyle --style=ansi --indent=tab (#133) 2009-06-11 16:44:03 +00:00
stringbuffer.h astyle --style=ansi --indent=tab (#133) 2009-06-11 16:44:03 +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.