postgis/loader
Sandro Santilli 852d0b763e Allocate memory for encoding argument, so it can be safely freed later.
Fixes #3608

Patch by Matt Amos <zerebubuth@gmail.com>

git-svn-id: http://svn.osgeo.org/postgis/trunk@15038 b70326c6-7e19-0410-871a-916f4a2858ee
2016-08-05 14:52:21 +00:00
..
cunit Remove the many and unloved $Id$ tags that clutter the code base 2015-05-13 18:13:18 +00:00
icons/hicolor Install desktop file and application icons for shp2pgsql-gui (Sebastiaan Couwenberg) 2016-06-04 18:10:50 +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 Style only change: remove trailing whitespaces 2016-04-27 14:45:28 +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 Install desktop file and application icons for shp2pgsql-gui (Sebastiaan Couwenberg) 2016-06-04 18:10:50 +00:00
pgsql2shp-cli.c Style only change: remove trailing whitespaces 2016-04-27 14:45:28 +00:00
pgsql2shp-core.c Style only change: remove trailing whitespaces 2016-04-27 14:45:28 +00:00
pgsql2shp-core.h Style only change: remove trailing whitespaces 2016-04-27 14:45:28 +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 Fix my email address 2016-07-04 15:45:56 +00:00
README.shp2pgsql Fix my email address 2016-07-04 15:45:56 +00:00
README.txt First attempt at i18n for the loader/dumper. 2010-12-02 00:44:24 +00:00
safileio.c Style only change: remove trailing whitespaces 2016-04-27 14:45:28 +00:00
shapefil.h Style only change: remove trailing whitespaces 2016-04-27 14:45:28 +00:00
shp2pgsql-cli.c Allocate memory for encoding argument, so it can be safely freed later. 2016-08-05 14:52:21 +00:00
shp2pgsql-core.c Use "DROP TABLE IF EXISTS" on shp2pgsql -d 2016-07-21 09:46:20 +00:00
shp2pgsql-core.h Style only change: remove trailing whitespaces 2016-04-27 14:45:28 +00:00
shp2pgsql-gui.1 Strip BOM out of manpage (#3292) 2015-09-29 11:38:31 +00:00
shp2pgsql-gui.c Style only change: remove trailing whitespaces 2016-04-27 14:45:28 +00:00
shp2pgsql-gui.desktop Install desktop file and application icons for shp2pgsql-gui (Sebastiaan Couwenberg) 2016-06-04 18:10:50 +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 my email address 2016-07-04 15:45:56 +00:00
shpcommon.h Fix my email address 2016-07-04 15:45:56 +00:00
shpopen.c Style only change: remove trailing whitespaces 2016-04-27 14:45:28 +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.