From: Regina Obe Date: Mon, 26 Dec 2011 17:38:53 +0000 (+0000) Subject: minor formatting cleanup X-Git-Tag: 2.0.0alpha1~294 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=12059dbeae7b2a03ebb98094ebd1889bc4f1ab3a;p=postgis minor formatting cleanup git-svn-id: http://svn.osgeo.org/postgis/trunk@8581 b70326c6-7e19-0410-871a-916f4a2858ee --- 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