postgis/loader
2010-11-23 00:44:24 +00:00
..
cunit Removing a Makefile that shouldn't have been committed. 2010-08-16 07:49:07 +00:00
image Pushing the shp2pgsql-gui changes (multi-file, validation, drag-n-drop) pulled from stable branch into trunk. 2010-08-11 09:50:38 +00:00
.cvsignore more cvsignore 2003-11-12 20:59:06 +00:00
dbfopen.c Fix for #554, align internal shapelib with official shapelib 2010-09-10 20:47:05 +00:00
getopt.c Convert all extern opt* variables to pgis_opt* variables to avoid clashes with system variables. (ug!) 2010-03-22 19:38:14 +00:00
getopt.h Convert all extern opt* variables to pgis_opt* variables to avoid clashes with system variables. (ug!) 2010-03-22 19:38:14 +00:00
Makefile.in Fix #572: Password whitespace for Shape File to PostGIS Importer not supported. Fixed by adding a new function especially designed for escaping arguments for PQconnectdb strings, and plugging it into the GUI. 2010-09-19 12:11:36 +00:00
pgsql2shp-cli.c Revert r5888 - the real bug is that the error message handling in place should already catch this condition but doesn't. 2010-09-01 23:23:25 +00:00
pgsql2shp-core.c Remove unused function. Rename lwgeom_is_collection to lwtype_is_collection. 2010-11-02 05:52:32 +00:00
pgsql2shp-core.h Set svn:keywords property so that the version number is updated correctly on checkout. 2010-08-28 09:16:32 +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
safileio.c Add support file for shapefil update 2010-09-10 20:47:51 +00:00
shapefil.h Fix for #554, align internal shapelib with official shapelib 2010-09-10 20:47:05 +00:00
shp2pgsql-cli.c Do not hard-code default encoding (since it's a macro) 2010-03-31 15:34:14 +00:00
shp2pgsql-core.c Make the ptarray_add_point behavior more explicit. 2010-11-23 00:44:24 +00:00
shp2pgsql-core.h Reverting the default geometry column name change. Got too excited... breathe deep... 2010-09-22 23:45:35 +00:00
shp2pgsql-gui.c Reverting erroneous changes to pgui_read_connection. 2010-09-23 07:40:04 +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
shpcommon.c Fix #572: Password whitespace for Shape File to PostGIS Importer not supported. Fixed by adding a new function especially designed for escaping arguments for PQconnectdb strings, and plugging it into the GUI. 2010-09-19 12:11:36 +00:00
shpcommon.h Fix #572: Password whitespace for Shape File to PostGIS Importer not supported. Fixed by adding a new function especially designed for escaping arguments for PQconnectdb strings, and plugging it into the GUI. 2010-09-19 12:11:36 +00:00
shpopen.c Fix for #554, align internal shapelib with official shapelib 2010-09-10 20:47:05 +00:00
structure.c Changing the ID keyword to Id, so it will actually get picked up. 2010-08-16 07:59:51 +00:00
structure.h Clearing some compile warnings and fixing the issue where the test connection button always reported success. 2010-09-21 03:36:12 +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.