postgis/loader
Sandro Santilli ac88738293 Drop postgis_config.h include from header file (#2303)
It's better to only include build config header from C files.

git-svn-id: http://svn.osgeo.org/postgis/trunk@14176 b70326c6-7e19-0410-871a-916f4a2858ee
2015-10-03 06:12:01 +00:00
..
cunit Remove the many and unloved $Id$ tags that clutter the code base 2015-05-13 18:13:18 +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 Add back some $Id tags and files missing in TWKB commit 2015-05-13 18:29:52 +00:00
getopt.c Fix warning about unchecked return code 2015-02-17 11:22:04 +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 Honor build flags in liblwgeom and loader dirs (#3291) 2015-09-29 11:43:58 +00:00
pgsql2shp-cli.c Remove the many and unloved $Id$ tags that clutter the code base 2015-05-13 18:13:18 +00:00
pgsql2shp-core.c #2220, write the encoding down when exporting a shape file 2015-09-23 21:04:09 +00:00
pgsql2shp-core.h Drop postgis_config.h include from header file (#2303) 2015-10-03 06:12:01 +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 Add back some $Id tags and files missing in TWKB commit 2015-05-13 18:29:52 +00:00
shapefil.h Remove the many and unloved $Id$ tags that clutter the code base 2015-05-13 18:13:18 +00:00
shp2pgsql-cli.c Remove the many and unloved $Id$ tags that clutter the code base 2015-05-13 18:13:18 +00:00
shp2pgsql-core.c #2473, only create spatial index if there's a shape file 2015-09-29 12:54:22 +00:00
shp2pgsql-core.h Add back some $Id tags and files missing in TWKB commit 2015-05-13 18:29:52 +00:00
shp2pgsql-gui.1 Strip BOM out of manpage (#3292) 2015-09-29 11:38:31 +00:00
shp2pgsql-gui.c Update emails, #3309 2015-10-02 23:05:23 +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 #2220, write the encoding down when exporting a shape file 2015-09-23 21:04:09 +00:00
shpcommon.h #3289 - spelling mistakes -- apply remainder shplib provided by sebastic 2015-09-26 14:30:47 +00:00
shpopen.c Quiet warnings: unsigned ints can't be negative 2015-07-22 12:35:40 +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.