postgis/loader
Paul Ramsey 143ef0abc8 Quiet warnings from clang
git-svn-id: http://svn.osgeo.org/postgis/trunk@12987 b70326c6-7e19-0410-871a-916f4a2858ee
2014-09-18 18:27:12 +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 Share code handling field name mapping between loader and dumper 2014-07-25 12:14:23 +00:00
pgsql2shp-core.h Share code handling field name mapping between loader and dumper 2014-07-25 12:14:23 +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 #899 shp2pgsql attribute names mapping (including test 2014-07-24 17:37:10 +00:00
shp2pgsql-core.c Share code handling field name mapping between loader and dumper 2014-07-25 12:14:23 +00:00
shp2pgsql-core.h Share code handling field name mapping between loader and dumper 2014-07-25 12:14:23 +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 Quiet warnings from clang 2014-09-18 18:27:12 +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 Simplify mapping file parsing 2014-07-25 15:25:54 +00:00
shpcommon.h Share code handling field name mapping between loader and dumper 2014-07-25 12:14:23 +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.