From 12059dbeae7b2a03ebb98094ebd1889bc4f1ab3a Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Mon, 26 Dec 2011 17:38:53 +0000 Subject: [PATCH] minor formatting cleanup git-svn-id: http://svn.osgeo.org/postgis/trunk@8581 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/reference_raster.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/reference_raster.xml b/doc/reference_raster.xml index 9743869d3..cf275d587 100644 --- a/doc/reference_raster.xml +++ b/doc/reference_raster.xml @@ -3480,7 +3480,9 @@ WHERE rid = 2; SELECT rast As orig, ST_Resample(rast,100,100) As reduce_100 FROM aerials.boston WHERE ST_Intersects(rast, - ST_Transform(ST_MakeEnvelope(-71.128, 42.2392,-71.1277, 42.2397, 4326),26986) ) limit 1 ) As foo; + ST_Transform( + ST_MakeEnvelope(-71.128, 42.2392,-71.1277, 42.2397, 4326),26986) ) + limit 1 ) As foo; orig_width | new_width ------------+------------- 200 | 100 -- 2.40.0