From: Sandro Santilli Date: Mon, 11 Oct 2004 11:46:07 +0000 (+0000) Subject: changed description of pgsql2shp -b switch X-Git-Tag: pgis_1_0_0RC1~299 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1d695c072f7be88d88d5aee42790b18ba511fbbf;p=postgis changed description of pgsql2shp -b switch git-svn-id: http://svn.osgeo.org/postgis/trunk@980 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/postgis.xml b/doc/postgis.xml index 0836d038c..b07504ab0 100644 --- a/doc/postgis.xml +++ b/doc/postgis.xml @@ -1374,9 +1374,9 @@ WHERE -b - 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. + 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.