postgis/loader
2022-11-03 20:29:50 -04:00
..
cunit Fix build of unit tests of loader 2022-01-20 21:15:55 +01:00
icons/hicolor Running optipng to reduces the size of png files 2020-06-05 13:19:11 +02:00
image Running optipng to reduces the size of png files 2020-06-05 13:19:11 +02:00
dbfopen.c Revert "Harmonize with old behaviour." 2021-09-28 21:45:54 +02: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 Merge remote-tracking branch 'fidomax/patch-4' into stable-3.3 2022-10-02 16:48:48 -04:00
pgsql2shp-cli.c Support for CTEs in pgsql2shp. References #5018 for PostGIS 3.2.0. Also minor news cleanup 2021-11-20 20:41:04 -05:00
pgsql2shp-core.c Fix build failure on s390x. 2022-07-04 11:19:59 -04:00
pgsql2shp-core.h pgsql2shp: Add -q toggle for quiet mode 2020-01-07 12:20:14 +01:00
postgis.pl Improve user help for postgis command 2022-08-05 08:01:01 +02: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 various misspellings of "geometry" 2019-03-29 15:56:43 +00:00
README.shp2pgsql Support for srid reprojection when using -D switch 2019-07-28 21:14:48 +00:00
README.txt First attempt at i18n for the loader/dumper. 2010-12-02 00:44:24 +00:00
safileio.c Fix CI failure in SADFWrite, 2019-12-02 15:25:00 -08:00
shapefil.h Update the shapelib copy to the latest. 2019-12-02 15:08:13 -08:00
shp2pgsql-cli.c added -Z option to prevent tables from being analyzed 2021-04-30 03:57:05 +03:00
shp2pgsql-core.c Handle load of dbase character fields with not width specified 2022-11-03 20:29:50 -04:00
shp2pgsql-core.h added -Z option to prevent tables from being analyzed 2021-04-30 03:57:05 +03:00
shp2pgsql-gui.1 Strip BOM out of manpage (#3292) 2015-09-29 11:38:31 +00:00
shp2pgsql-gui.c Move to snprintf where easily done 2022-07-25 14:58:45 -07: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 colmap dbf logic (should be i++ and not ++i). Also check if map != NULL before attempting size check. 2017-09-10 02:22:40 +00:00
shpcommon.h Fix my email address 2016-07-04 15:45:56 +00:00
shpopen.c loader/shpopen.c: remove unused variable 'nCurrentRecordOffset' 2022-06-15 15:04:24 +02: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.