postgis/loader
Regina Obe 540e03f0e0 Support for CTEs in pgsql2shp. References #5018 for PostGIS 3.2.0. Also minor news cleanup 2021-11-20 20:41:04 -05:00
..
cunit Remove WARNFLAGS 2020-01-31 17:41:14 +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
Makefile.in loader: Respect LDFLAGS 2021-11-01 19:18:29 -04: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
TODO updated 2004-11-18 18:16:11 +00: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
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 Corrected pgsql2shp for -m option; added test 2020-06-22 18:53:44 +02:00
pgsql2shp-core.h pgsql2shp: Add -q toggle for quiet mode 2020-01-07 12:20:14 +01:00
postgis.pl Intercept and nicely print errors from db connections 2020-03-10 12:51:42 +01: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 added -Z option to prevent tables from being analyzed 2021-04-30 03:57:05 +03: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 Fix email addresses and credit stuff. shp2pgsql-gui Add support for exporting materialized views, foreign tables, and partitioned tables 2017-08-04 22:44:07 +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 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 Remark out additional guard causing mingw64 to fail. References #4603 2020-01-29 17:43:08 -05:00

README.txt

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.