]> granicus.if.org Git - postgis/commitdiff
changed description of pgsql2shp -b switch
authorSandro Santilli <strk@keybit.net>
Mon, 11 Oct 2004 11:46:07 +0000 (11:46 +0000)
committerSandro Santilli <strk@keybit.net>
Mon, 11 Oct 2004 11:46:07 +0000 (11:46 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@980 b70326c6-7e19-0410-871a-916f4a2858ee

doc/postgis.xml

index 0836d038c3781ed66ada488a6707046a1891dbb5..b07504ab0d5624b883715a48bb4a468dc197e968 100644 (file)
@@ -1374,9 +1374,9 @@ WHERE
             <term>-b</term>
 
             <listitem>
-              <para>Use a binary cursor. This will help reduce the likelihood
-              of coordinate drift due to conversion to and from WKT format. It
-              will also be slightly faster.</para>
+              <para>Use a binary cursor. This will make the operation faster,
+             but will not work if any NON-geometry attribute in the table
+             lacks a cast to text.</para>
             </listitem>
           </varlistentry>