]> granicus.if.org Git - postgis/commitdiff
Fix documentation of -D option in shp2pgsql manpage
authorMarkus Schaber <markus@schabi.de>
Tue, 5 Apr 2005 13:43:50 +0000 (13:43 +0000)
committerMarkus Schaber <markus@schabi.de>
Tue, 5 Apr 2005 13:43:50 +0000 (13:43 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@1596 b70326c6-7e19-0410-871a-916f4a2858ee

doc/man/shp2pgsql.1

index c5f10395de3970332ab5122e98dbeb5219415360..e14a7443071032ae7755fb3bfa900987f9f6e35e 100644 (file)
@@ -27,7 +27,7 @@ Creates a new table and populates it from the Shape file. This is the default mo
 
 .TP 
 \fB\-D\fR
-Creates a new table and populates it from the Shape file. This uses the PostgreSQL "dump" format for the output data and is much faster to load than the default "insert" SQL format. Use this for very large data sets.
+Use the PostgreSQL "dump" format for the output data. This can be combined with -d, -a and -c and is much faster to load than the default "insert" SQL format. Use this for very large data sets.
 
 .TP 
 \fB\-s\fR <\fISRID\fR>