postgis/loader
2008-08-21 08:45:07 +00:00
..
.cvsignore more cvsignore 2003-11-12 20:59:06 +00:00
dbfopen.c Remove extra warnings related to the shp2pgsql deleted records patch 2008-05-27 15:08:20 +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 Commit new build system based upon PGXS. Due to the large number of changes, please refer to http://postgis.refractions.net/pipermail/postgis-devel/2008-May/003010.html. 2008-05-14 17:10:19 +00:00
Makefile.pgsql2shp.in Alter the lwgeom Makefile so that liblwgeom.a is linked directly, rather than using the -L...-l options on the command line. This is to prevent problems on OSX where PGXSadds the PostgreSQL $libdir to the PostGIS link line, causing it to link to liblwgeom.so produced by older versions of PostGIS rather than the static liblwgeom.a. 2008-08-21 08:45:07 +00:00
Makefile.shp2pgsql.in Alter the lwgeom Makefile so that liblwgeom.a is linked directly, rather than using the -L...-l options on the command line. This is to prevent problems on OSX where PGXSadds the PostgreSQL $libdir to the PostGIS link line, causing it to link to liblwgeom.so produced by older versions of PostGIS rather than the static liblwgeom.a. 2008-08-21 08:45:07 +00:00
pgsql2shp.c Update new Makefile copyrights, also remove compat.h from the loader/ directory since it is now no longer needed. 2008-06-05 14:47:31 +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.c Update new build system to include iconv detection for shp2pgsql 2008-05-27 14:47:06 +00:00
shpopen.c Remove extra warnings related to the shp2pgsql deleted records patch 2008-05-27 15:08:20 +00:00
TODO updated 2004-11-18 18:16:11 +00:00
wkb.h Swapped stdint.h (unavailable on Solaris9) with inttypes.h 2006-02-03 20:53:37 +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.