[postgis-tickets] r15542 - Doc patch from Even Rouault
Regina Obe
lr at pcorp.us
Tue Aug 8 08:24:00 PDT 2017
Author: robe
Date: 2017-08-08 08:23:59 -0700 (Tue, 08 Aug 2017)
New Revision: 15542
Modified:
trunk/doc/reference_raster.xml
Log:
Doc patch from Even Rouault
References #3804 for PostGIS 2.4.0
Modified: trunk/doc/reference_raster.xml
===================================================================
--- trunk/doc/reference_raster.xml 2017-08-07 21:12:21 UTC (rev 15541)
+++ trunk/doc/reference_raster.xml 2017-08-08 15:23:59 UTC (rev 15542)
@@ -7982,7 +7982,7 @@
<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 @@
<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>
More information about the postgis-tickets
mailing list