From: Regina Obe Date: Tue, 8 Aug 2017 15:23:59 +0000 (+0000) Subject: Doc patch from Even Rouault X-Git-Tag: 2.4.0beta1~64 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0f0c50ba0917c30767013f3bf618127f08fb3e0e;p=postgis Doc patch from Even Rouault References #3804 for PostGIS 2.4.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@15542 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference_raster.xml b/doc/reference_raster.xml index ce553521f..ac4e41c2d 100644 --- a/doc/reference_raster.xml +++ b/doc/reference_raster.xml @@ -7982,7 +7982,7 @@ SELECT rid, ST_ValueCount(rast,2,100) As count ST_AsBinary - Return the Well-Known Binary (WKB) representation of the raster without SRID meta data. + Return the Well-Known Binary (WKB) representation of the raster. @@ -8000,6 +8000,7 @@ SELECT rid, ST_ValueCount(rast,2,100) As count Returns the Binary representation of the raster. If outasin is TRUE, out-db bands are treated as in-db. + Refer to raster/doc/RFC2-WellKnownBinaryFormat located in the PostGIS source folder for details of the representation.