]> granicus.if.org Git - postgis/commitdiff
put comment about expression
authorRegina Obe <lr@pcorp.us>
Fri, 11 Nov 2011 08:40:57 +0000 (08:40 +0000)
committerRegina Obe <lr@pcorp.us>
Fri, 11 Nov 2011 08:40:57 +0000 (08:40 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@8136 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_raster.xml

index f195bf8d8054a07a5886ba46b27c2377b39e3921..d347467b490c47d92f623c33c488e5b2b80f5206 100644 (file)
@@ -5312,7 +5312,7 @@ WHERE rid=167;
                                <variablelist>
                                        <varlistentry>
                                                <term>expression</term>
-                                               <listitem><para>The algebraic expression involving the 2 rasters that will define the pixel value when pixels intersect</para></listitem>
+                                               <listitem><para>A PostgreSQL algebraic expression involving the 2 rasters and PostgreSQL defined functions/operators that will define the pixel value when pixels intersect. e.g. ((rast1 + rast2)/2.0)::integer</para></listitem>
                                        </varlistentry>
                                        <varlistentry>
                                                <term>pixeltype</term>