]> granicus.if.org Git - postgis/commitdiff
Added -N and -g documentation
authorSandro Santilli <strk@keybit.net>
Thu, 24 Nov 2005 20:11:05 +0000 (20:11 +0000)
committerSandro Santilli <strk@keybit.net>
Thu, 24 Nov 2005 20:11:05 +0000 (20:11 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@2064 b70326c6-7e19-0410-871a-916f4a2858ee

doc/man/shp2pgsql.1

index 94338b321441316de854f210b6f62c0ba1fb53a2..2f75ff3c0c780ff970bbd461cb07c54ea079825a 100644 (file)
@@ -39,6 +39,10 @@ It is much faster to load than the default "insert" SQL format. Use this for ver
 \fB\-s\fR <\fISRID\fR>
 Creates and populates the geometry tables with the specified SRID.
 
+.TP 
+\fB\-g\fR <\fIgeometry_column\fR>
+Specify the name of the geometry column (mostly useful in append mode).
+
 .TP 
 \fB\-k\fR
 Keep idendifiers case (column, schema and attributes). Note that attributes in Shapefile are usually all UPPERCASE.
@@ -62,6 +66,10 @@ If this option is used the output will be encoded in UTF-8.
 \fB\-I\fR
 Create a GiST index on the geometry column. 
 
+.TP 
+\fB\-N\fR <\fIpolicy\fR>
+Specify NULL geometries handling policy (insert,skip,abort).
+
 .LP
 Note that -a, -c, -d and -p are mutually exclusive.