From: Daniel Baston Date: Wed, 27 Apr 2016 12:03:24 +0000 (+0000) Subject: #3217, ST_Value documentation has incorrect parameter names X-Git-Tag: 2.3.0beta1~138 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=02b476b980f09675cf88b75bd66f22a724d51c8f;p=postgis #3217, ST_Value documentation has incorrect parameter names git-svn-id: http://svn.osgeo.org/postgis/trunk@14861 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference_raster.xml b/doc/reference_raster.xml index 8c61c74ce..967217ded 100644 --- a/doc/reference_raster.xml +++ b/doc/reference_raster.xml @@ -4417,23 +4417,23 @@ SELECT x, y, val, ST_AsText(geom) FROM (SELECT (ST_PixelAsCentroids(rast, 1)).* double precision ST_Value raster rast - integer bandnum + integer band geometry pt boolean exclude_nodata_value=true double precision ST_Value raster rast - integer columnx - integer rowy + integer x + integer y boolean exclude_nodata_value=true double precision ST_Value raster rast - integer bandnum - integer columnx - integer rowy + integer band + integer x + integer y boolean exclude_nodata_value=true