postgis/loader
2009-10-06 08:52:23 +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 Move CFLAGS after the PGXS include directive, so that the autotools configuration doesn't getting overwritten by the PGXS version. Required when passing custom compiler f 2009-10-06 08:52:23 +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 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 MinGW fix for loader (#222), Mark Cave-Ayland 2009-07-13 17:27:41 +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 typo in help message 2009-10-02 14:13:50 +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.