postgis/loader
Sandro Santilli 3d41b08dc0 Fix distlean
- Run clean on loader's distclean
- Do not generate extensions/upgrade-paths-rules.mk

Move the hint about install-extension-upgrades-from-known-versions
in top-level GNUMakefile

Closes #5346
2023-02-22 01:11:19 +01: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 Fix distlean 2023-02-22 01:11:19 +01: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 define _GNU_SOURCE for proper use of vasprintf 2022-10-26 11:32:59 +02:00
pgsql2shp-core.h pgsql2shp: Add -q toggle for quiet mode 2020-01-07 12:20:14 +01:00
postgis.pl Integrate address_standardizer_data_us handling of upgrade paths 2023-01-31 09:19:41 +01: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:20:14 -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 Define _GNU_SOURCE if not defined (for asprintf) 2022-09-16 21:55:48 +02: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.