From: Regina Obe Date: Mon, 11 Nov 2013 18:48:37 +0000 (+0000) Subject: #2541 put in missing para end tag X-Git-Tag: 2.2.0rc1~1294 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f15af58177903e385c59d6786f62b299789c7f62;p=postgis #2541 put in missing para end tag git-svn-id: http://svn.osgeo.org/postgis/trunk@12121 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference_raster.xml b/doc/reference_raster.xml index cebba247e..3dc45ca38 100644 --- a/doc/reference_raster.xml +++ b/doc/reference_raster.xml @@ -12470,28 +12470,29 @@ a_rid | b_rid | overleft - Description - - The ~= operator returns TRUE if the bounding box of raster A - is the same as the bounding box of raster B. - - This operand will make use of any indexes that may be available on the - rasters. - - Availability: 2.0.0 + Description + + The ~= operator returns TRUE if the bounding box of raster A + is the same as the bounding box of raster B. + + This operand will make use of any indexes that may be available on the + rasters. + + Availability: 2.0.0 - Examples - Very useful usecase is for taking two sets of single band rasters that are of the same chunk but represent different themes and creating a multi-band raster -SELECT ST_AddBand(prec.rast, alt.rast) As new_rast - FROM prec INNER JOIN alt ON (prec.rast ~= alt.rast); - + Examples + Very useful usecase is for taking two sets of single band rasters that are of the same chunk but represent different themes and creating a multi-band raster + SELECT ST_AddBand(prec.rast, alt.rast) As new_rast + FROM prec INNER JOIN alt ON (prec.rast ~= alt.rast); + + - See Also - , + See Also + ,