From 86e45de6c855ff0255b9a37d18d849a5d9746df7 Mon Sep 17 00:00:00 2001 From: Pierre Racine Date: Wed, 29 Feb 2012 02:56:15 +0000 Subject: [PATCH] Other minor fix. git-svn-id: http://svn.osgeo.org/postgis/trunk@9338 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/reference_raster.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/reference_raster.xml b/doc/reference_raster.xml index cb7d5e5f2..9580ab76b 100644 --- a/doc/reference_raster.xml +++ b/doc/reference_raster.xml @@ -5686,7 +5686,7 @@ FROM dummy_rast; To get more control on the resulting extent or on what to return when encountering a nodata value, use the two rasters version of . - To compute the intersection of a raster band with a geometry in raster space, use + To compute the intersection of a raster band with a geometry in raster space, use . ST_Clip works on multiple bands rasters and does not return a band corresponding to the rasterized geometry. ST_Intersection should be used in conjunction with ST_Intersects and an index on the raster column and/or the geometry column. -- 2.40.0