From: Regina Obe Date: Mon, 30 May 2011 07:39:39 +0000 (+0000) Subject: fix errors in notes X-Git-Tag: 2.0.0alpha1~1524 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e77f6b99545c9254d023c846477550a62c56f272;p=postgis fix errors in notes git-svn-id: http://svn.osgeo.org/postgis/trunk@7290 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference_raster.xml b/doc/reference_raster.xml index 4430652bf..cbd096925 100644 --- a/doc/reference_raster.xml +++ b/doc/reference_raster.xml @@ -3256,7 +3256,7 @@ rid | exclude_nodata | include_nodata Description Compute quantiles in the context of the sample or population. Thus, a value could be examined to be at the raster's 25%, 50%, 75% percentile. - If exclude_nodata_value is set to true, will also count pixels with no data. Set exclude_nodata_value to false to get only pixels with data + If exclude_nodata_value is set to false, will also count pixels with no data. Availability: 2.0.0 @@ -3395,7 +3395,7 @@ ORDER BY value, quantile,rid Description Returns the number of pixels in a given band of a raster or raster coverage. If no band is specified nband defaults to 1. - If exclude_nodata_value is set to true, will also count pixels with no data. Set exclude_nodata_value to false to get only pixels with data + If exclude_nodata_value is set to false, will also count pixels with no data. Availability: 2.0.0