Index of /www001/src/ports/databases/postgis/work/postgis-1.3.1/loader
Name Last modified Size Description
Parent Directory 13-Aug-2007 12:14 -
Makefile 14-Oct-2006 05:26 1k
PQunescapeBytea.c 09-Jan-2006 11:40 4k
TODO 18-Nov-2004 13:16 0k
compat.h 09-Jan-2006 11:40 1k
dbfopen.c 09-Sep-2006 12:32 52k
getopt.c 17-Oct-2002 12:45 19k
getopt.h 22-Oct-2001 16:13 4k
pgsql2shp.c 14-Oct-2006 10:22 72k
shapefil.h 16-Jan-2006 05:42 16k
shp2pgsql.c 23-Jul-2007 12:29 43k
shpopen.c 01-Dec-2003 15:52 69k
wkb.h 03-Feb-2006 15:53 2k
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.