]> granicus.if.org Git - postgis/commitdiff
Doc patch from Even Rouault
authorRegina Obe <lr@pcorp.us>
Tue, 8 Aug 2017 15:23:59 +0000 (15:23 +0000)
committerRegina Obe <lr@pcorp.us>
Tue, 8 Aug 2017 15:23:59 +0000 (15:23 +0000)
References #3804 for PostGIS 2.4.0

git-svn-id: http://svn.osgeo.org/postgis/trunk@15542 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_raster.xml

index ce553521f45ca0efed89042c7e79f54b6467009b..ac4e41c2d85924304d3b2a9b28fbd24002261cd2 100644 (file)
@@ -7982,7 +7982,7 @@ SELECT rid, ST_ValueCount(rast,2,100) As count
                <refentry id="RT_ST_AsBinary">
                        <refnamediv>
                                <refname>ST_AsBinary</refname>
-                               <refpurpose>Return the Well-Known Binary (WKB) representation of the raster without SRID meta data.</refpurpose>
+                               <refpurpose>Return the Well-Known Binary (WKB) representation of the raster.</refpurpose>
                        </refnamediv>
 
                        <refsynopsisdiv>
@@ -8000,6 +8000,7 @@ SELECT rid, ST_ValueCount(rast,2,100) As count
 
                                <para>
                                        Returns the Binary representation of the raster. If <varname>outasin</varname> 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.
                                </para>
 
                                <para>