postgis/loader
2014-04-09 20:10:13 +00:00
..
cunit #2622, Update links to PostGIS website in source file headers 2014-01-29 17:49:35 +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
dbfopen.c (#2397) read LDID/CPG where appropriate 2013-07-31 18:30:11 +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 #2622, Update links to PostGIS website in source file headers 2014-01-29 17:49:35 +00:00
pgsql2shp-cli.c #2622, Update links to PostGIS website in source file headers 2014-01-29 17:49:35 +00:00
pgsql2shp-core.c Quiet LLVM warnings and remove old ignores from properties 2014-04-09 20:10:13 +00:00
pgsql2shp-core.h #2622, Update links to PostGIS website in source file headers 2014-01-29 17:49:35 +00:00
README.i18n Change i18n instructions to use shp2pgsql_LANG.po as format for po file names. 2010-12-02 20:38:06 +00:00
README.pgsql2shp #2622, Update links to PostGIS website in source file headers 2014-01-29 17:49:35 +00:00
README.shp2pgsql #2622, Update links to PostGIS website in source file headers 2014-01-29 17:49:35 +00:00
README.txt First attempt at i18n for the loader/dumper. 2010-12-02 00:44:24 +00:00
safileio.c (#393) shp2pgsql returns "fseek(-xxx) failed on DBF file." for large (>2GB) DBF files 2012-01-30 02:47:34 +00:00
shapefil.h (#393) shp2pgsql returns "fseek(-xxx) failed on DBF file." for large (>2GB) DBF files 2012-01-30 02:47:34 +00:00
shp2pgsql-cli.c Associated CLI fix for #2272: shp2pgsql-gui crashes when given filenames with dots. 2013-04-13 18:26:44 +00:00
shp2pgsql-core.c (#2397) read LDID/CPG where appropriate 2013-07-31 18:30:11 +00:00
shp2pgsql-core.h #2622, Update links to PostGIS website in source file headers 2014-01-29 17:49:35 +00:00
shp2pgsql-gui.1 man page for shp2pgsql-gui provided by Mònica Ramírez Arceda and mwanner 2013-07-20 01:40:16 +00:00
shp2pgsql-gui.c #2622, Update links to PostGIS website in source file headers 2014-01-29 17:49:35 +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 #2622, Update links to PostGIS website in source file headers 2014-01-29 17:49:35 +00:00
shpcommon.h #2622, Update links to PostGIS website in source file headers 2014-01-29 17:49:35 +00:00
shpopen.c Clean up and exit when shp file missing 2012-01-26 17:23:31 +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.