fix code comment

git-svn-id: http://svn.osgeo.org/postgis/trunk@8174 b70326c6-7e19-0410-871a-916f4a2858ee
This commit is contained in:
Regina Obe 2011-11-18 03:08:15 +00:00
parent 0091b2d5c6
commit 8f54b1b807

View file

@ -6121,7 +6121,7 @@ SELECT ST_MapAlgebraFct(m1.rast, 1, m1.rast,3 ,
<title>Examples</title>
<programlisting>
--
-- A simple 'callback' user function that sums up all the values in a neighborhood.
-- A simple 'callback' user function that averages up all the values in a neighborhood.
--
CREATE OR REPLACE FUNCTION rast_avg(matrix float[][], nodatamode text, variadic args text[])
RETURNS float AS