postgis/loader
2009-12-25 04:41:45 +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 Minor changes to header inclusions. 2009-12-20 04:42:53 +00:00
getopt.h Radically simpler getopt implementation from AT&T UNIX. 2009-12-19 03:56:06 +00:00
Makefile.in Remove hack PGAdmin GUI target (#355) 2009-12-23 05:01:16 +00:00
pgsql2shp.c Add support for dumping geography tables. (#251) 2009-12-23 19:34:24 +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 Add support for geography type to command-line loader (#251) 2009-12-21 23:22:21 +00:00
shp2pgsql-core.c Fix bug in geography support when creating indexes. 2009-12-22 12:38:39 +00:00
shp2pgsql-core.h Add support for geography type to command-line loader (#251) 2009-12-21 23:22:21 +00:00
shp2pgsql-gui.c Fix up another password leaking into the log (#356) 2009-12-25 04:41:45 +00:00
shp2pgsql-gui.ico Add in icon and resource information for Win32 GUI 2009-12-18 06:39:48 +00:00
shp2pgsql-gui.rc Add in icon and resource information for Win32 GUI 2009-12-18 06:39: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.