postgis/loader
Mark Cave-Ayland 27cedd5015 Associated CLI fix for #2272: shp2pgsql-gui crashes when given filenames with dots.
After some experimentation, the best solution seems to be to use a separate scan to
remove the extension before finding the non-path section when deriving the table
name.

git-svn-id: http://svn.osgeo.org/postgis/trunk@11294 b70326c6-7e19-0410-871a-916f4a2858ee
2013-04-13 18:26:44 +00:00
..
cunit Set CFLAGS in loader cunit tests so that mingw can run tests 2013-03-29 20:37:55 +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 Update shplib to the latest release (1.3.0b3) and stitch in our special date and logical handling. (#393) 2012-01-24 21:57:06 +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 Change @rm to rm for visibility 2012-03-21 21:36:59 +00:00
pgsql2shp-cli.c Exit with non-zero code when commandline is malformed 2012-10-12 15:20:44 +00:00
pgsql2shp-core.c Fix pgsql2shp for big-endian systems (#1900) 2012-07-04 13:12:58 +00:00
pgsql2shp-core.h Remove some compile warnings. 2012-01-31 20:46:18 +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 sanitized usage info output on loader/dumper 2006-10-14 14:22:10 +00:00
README.shp2pgsql Tell what the default is for -N in help output and README file 2009-10-16 09:37:14 +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 Fix for bug #2272: shp2pgsql-gui crashes when given filenames with dots. 2013-04-13 17:36:22 +00:00
shp2pgsql-core.h Rework code from r9204 (bug #900: shp2pgsql: a switch to drop M from 4d imports) to fix bug #1710: shp2pgsql -t option is not working properly. 2012-03-26 16:23:58 +00:00
shp2pgsql-gui.c Fix for bug #2272: shp2pgsql-gui crashes when given filenames with dots. 2013-04-13 17:36:22 +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 Drop "lwgeom_init_allocators" need, add "lwgeom_set_handlers" 2012-12-27 12:56:59 +00:00
shpcommon.h Switch NLS build to use the in-built ENABLE_NLS define rather than USE_NLS. 2012-01-14 00:49:14 +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.