From: Bborie Park Date: Tue, 16 Oct 2012 20:17:29 +0000 (+0000) Subject: Fixed xml issues that are making debbie mad. X-Git-Tag: 2.1.0beta2~525 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=433bbbf53863e23b670f9bf4b34ba33ade92845f;p=postgis Fixed xml issues that are making debbie mad. git-svn-id: http://svn.osgeo.org/postgis/trunk@10443 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference_raster.xml b/doc/reference_raster.xml index f756b8e55..13cd542cf 100644 --- a/doc/reference_raster.xml +++ b/doc/reference_raster.xml @@ -7924,6 +7924,16 @@ WHERE t1.rid = 1 + + Description + + + Expression version - Returns a one-band raster given one or two input rasters, band indexes and one or more user-specified SQL expressions. + + + Availability: 2.1.0 + + Description: Variants 1 and 2 (one raster) @@ -7935,7 +7945,7 @@ WHERE t1.rid = 1 If pixeltype is passed in, then the new raster will have a band of that pixeltype. If pixeltype is passed NULL, then the new raster band will have the same pixeltype as the input rast band. - + Keywords permitted for expression @@ -7952,7 +7962,7 @@ WHERE t1.rid = 1 - + @@ -8037,7 +8047,7 @@ WHERE t1.rid = 1 - + Keywords permitted in expression, nodata1expr and nodata2expr @@ -8066,14 +8076,10 @@ WHERE t1.rid = 1 - + - - Availability: 2.1.0 - - Examples: Variants 1 and 2