postgis/loader
2015-09-23 21:04:09 +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 Replace final reference to 'make' with $(MAKE) 2014-12-02 00:33:33 +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 Add back some $Id tags and files missing in TWKB commit 2015-05-13 18:29:52 +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 #2220, write the encoding down when exporting a shape file 2015-09-23 21:04:09 +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 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 Drop unused lw_vasprintf / lw_asprintf functions from liblwgeom 2015-06-11 10:13: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 #2220, write the encoding down when exporting a shape file 2015-09-23 21:04:09 +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.