]> granicus.if.org Git - postgis/commitdiff
Put in refname what kind of ST_MapAlgebra (expression or callback function)
authorRegina Obe <lr@pcorp.us>
Sat, 21 Jul 2018 22:42:29 +0000 (22:42 +0000)
committerRegina Obe <lr@pcorp.us>
Sat, 21 Jul 2018 22:42:29 +0000 (22:42 +0000)
Closes #2806 for PostGIS 2.5.0

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

doc/reference_raster.xml

index 3b76cec23d8f8c5e01a1ba80da8400faae9e2b76..9269762751629990282b7615df6dc73e3ec47d9e 100644 (file)
@@ -9894,7 +9894,7 @@ FROM (
 
                        <refentry id="RT_ST_MapAlgebra">
                                <refnamediv>
-                                       <refname>ST_MapAlgebra</refname>
+                                       <refname>ST_MapAlgebra (callback function version)</refname>
                                        <refpurpose>
                                                Callback function version - Returns a one-band raster given one or more input rasters, band indexes and one user-specified callback function.
                                        </refpurpose>
@@ -10419,7 +10419,7 @@ FROM foo;
 
                        <refentry id="RT_ST_MapAlgebra_expr">
                                <refnamediv>
-                                       <refname>ST_MapAlgebra</refname>
+                                       <refname>ST_MapAlgebra (expression version)</refname>
                                        <refpurpose>
                                                Expression version - Returns a one-band raster given one or two input rasters, band indexes and one or more user-specified SQL expressions.
                                        </refpurpose>