From e26025c4b688b68cab2fa0ffcf5f9ff9563c2524 Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Wed, 6 Feb 2013 21:38:07 +0000 Subject: [PATCH] #2199: clarify ST_Union(rast) multiband union feature is just for first variant. A bit too verbose, but at least I won't be confused anymore. git-svn-id: http://svn.osgeo.org/postgis/trunk@11081 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/reference_raster.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/reference_raster.xml b/doc/reference_raster.xml index 07c48e0b5..600de5716 100644 --- a/doc/reference_raster.xml +++ b/doc/reference_raster.xml @@ -10323,11 +10323,11 @@ UPDATE wind Description - Returns the union of a set of raster tiles into a single raster composed of at least one band. If nband is not specified, band 1 is assumed. The resulting raster's extent is the extent of the whole set. In the case of intersection, the resulting value is defined by uniontype which is one of the following: LAST (default), FIRST, MIN, MAX, COUNT, SUM, MEAN, RANGE. + Returns the union of a set of raster tiles into a single raster composed of at least one band. If nband is not specified, band 1 is assumed for all function variants except ST_Union(rast). The resulting raster's extent is the extent of the whole set. In the case of intersection, the resulting value is defined by uniontype which is one of the following: LAST (default), FIRST, MIN, MAX, COUNT, SUM, MEAN, RANGE. Availability: 2.0.0 Enhanced: 2.1.0 Improved Speed (fully C-Based). - Changed: 2.1.0 ST_Union(rast) now unions all bands of all input rasters. Prior versions only unioned the first band of all input rasters. + Changed: 2.1.0 ST_Union(rast) (variant 1) now unions all bands of all input rasters. Prior versions of ST_Union(rast) only unioned the first band of all input rasters. The other variants still only union 1 band and default to first band if not specified. @@ -10365,7 +10365,8 @@ WHERE ST_Intersects(rast, ST_GeomFromText('LINESTRING(230486 887771, 230500 887 , , , - + , + -- 2.50.1