Difference between revisions of "Talk:AfricaEvents29November2008"

From OSGeo
Jump to navigation Jump to search
(New page: Graeme I normally also use -c and -D with shp2pg loader. -c creates a new table - if one existed it deletes it. -D does the load in compressed binary - much faster for big shapefiles.)
 
 
Line 1: Line 1:
Graeme I normally also use -c and -D with shp2pg loader. -c creates a new table - if one existed it deletes it. -D does the load in compressed binary - much faster for big shapefiles.
+
Graeme I normally also use -c and -D with shp2pg loader. -c creates a new table (use -d if one existed and you want to delete it). -D does the load in compressed binary - much faster for big shapefiles.

Latest revision as of 21:55, 28 November 2008

Graeme I normally also use -c and -D with shp2pg loader. -c creates a new table (use -d if one existed and you want to delete it). -D does the load in compressed binary - much faster for big shapefiles.