From: Regina Obe Date: Fri, 3 Jun 2011 06:00:38 +0000 (+0000) Subject: add missing ST_ValueCount protos, get rid of ' around , causing comment installation... X-Git-Tag: 2.0.0alpha1~1499 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=40ccef1478cd6c9461163599b99c3d10fd6b2c8f;p=postgis add missing ST_ValueCount protos, get rid of ' around , causing comment installation to fail. git-svn-id: http://svn.osgeo.org/postgis/trunk@7315 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference_raster.xml b/doc/reference_raster.xml index ec0b81ada..47a0a8da5 100644 --- a/doc/reference_raster.xml +++ b/doc/reference_raster.xml @@ -2073,7 +2073,7 @@ FROM (SELECT ST_MetaData(rast) As rmd raster ST_Band raster rast text nbands - character delimiter=',' + character delimiter=, @@ -3715,6 +3715,21 @@ FROM (SELECT band, ST_SummaryStats('o_4_boston','rast', band,true,0.25) As stats double precision OUT value double precision OUT count + + bigint ST_ValueCount + text rastertable + text rastercolumn + double precision searchvalue + double precision roundto=0 + + + bigint ST_ValueCount + text rastertable + text rastercolumn + integer nband + double precision searchvalue + double precision roundto=0 +