From: Regina Obe Date: Sat, 21 Jul 2018 22:42:29 +0000 (+0000) Subject: Put in refname what kind of ST_MapAlgebra (expression or callback function) X-Git-Tag: 2.5.0beta2~28 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=76ad38bb3a6cef26f7867e62ff9e8f9e13ee45ab;p=postgis Put in refname what kind of ST_MapAlgebra (expression or callback function) Closes #2806 for PostGIS 2.5.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@16658 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference_raster.xml b/doc/reference_raster.xml index 3b76cec23..926976275 100644 --- a/doc/reference_raster.xml +++ b/doc/reference_raster.xml @@ -9894,7 +9894,7 @@ FROM ( - ST_MapAlgebra + ST_MapAlgebra (callback function version) Callback function version - Returns a one-band raster given one or more input rasters, band indexes and one user-specified callback function. @@ -10419,7 +10419,7 @@ FROM foo; - ST_MapAlgebra + ST_MapAlgebra (expression version) Expression version - Returns a one-band raster given one or two input rasters, band indexes and one or more user-specified SQL expressions.