From 439eb27a85de019a5e8362e9eccd9a3eda5026eb Mon Sep 17 00:00:00 2001 From: Pierre Racine Date: Tue, 21 Feb 2012 15:51:16 +0000 Subject: [PATCH] Added single quote around 8BUI since the XSL now escape them. See #1588. git-svn-id: http://svn.osgeo.org/postgis/trunk@9249 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/reference_raster.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/reference_raster.xml b/doc/reference_raster.xml index 898785a21..4364f870b 100644 --- a/doc/reference_raster.xml +++ b/doc/reference_raster.xml @@ -1056,7 +1056,7 @@ SELECT mouse, ST_AddBand(NULL, array_agg(rast ORDER BY test_type), 1 ) As rast integer height double precision gridx=NULL double precision gridy=NULL - text[] pixeltype=ARRAY[8BUI] + text[] pixeltype=ARRAY['8BUI'] double precision[] value=ARRAY[1] double precision[] nodataval=ARRAY[0] double precision skewx=0 @@ -1093,7 +1093,7 @@ SELECT mouse, ST_AddBand(NULL, array_agg(rast ORDER BY test_type), 1 ) As rast raster ST_AsRaster geometry geom raster ref - text[] pixeltype=ARRAY[8BUI] + text[] pixeltype=ARRAY['8BUI'] double precision[] value=ARRAY[1] double precision[] nodataval=ARRAY[0] boolean touched=false @@ -1121,7 +1121,7 @@ SELECT mouse, ST_AddBand(NULL, array_agg(rast ORDER BY test_type), 1 ) As rast double precision scaley double precision gridx=NULL double precision gridy=NULL - text[] pixeltype=ARRAY[8BUI] + text[] pixeltype=ARRAY['8BUI'] double precision[] value=ARRAY[1] double precision[] nodataval=ARRAY[0] double precision skewx=0 -- 2.40.0