Index of /www001/src/ports/databases/postgis/work/postgis-1.3.1/loader

      Name                    Last modified       Size  Description

[DIR] Parent Directory 13-Aug-2007 09:14 - [   ] Makefile 14-Oct-2006 02:26 1k [   ] PQunescapeBytea.c 09-Jan-2006 08:40 4k [   ] TODO 18-Nov-2004 10:16 0k [   ] compat.h 09-Jan-2006 08:40 1k [   ] dbfopen.c 09-Sep-2006 09:32 52k [   ] getopt.c 17-Oct-2002 09:45 19k [   ] getopt.h 22-Oct-2001 13:13 4k [   ] pgsql2shp.c 14-Oct-2006 07:22 72k [   ] shapefil.h 16-Jan-2006 02:42 16k [   ] shp2pgsql.c 23-Jul-2007 09:29 43k [   ] shpopen.c 01-Dec-2003 12:52 69k [   ] wkb.h 03-Feb-2006 12: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.