From: Regina Obe Date: Wed, 7 Apr 2010 14:35:43 +0000 (+0000) Subject: conver to 1 column 2 row table X-Git-Tag: 2.0.0alpha1~3058 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=980e41493dcd263918b6e867b636f0fac523c32a;p=postgis conver to 1 column 2 row table git-svn-id: http://svn.osgeo.org/postgis/trunk@5510 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference_wktraster.xml b/doc/reference_wktraster.xml index 5b3ebaca9..910677abf 100644 --- a/doc/reference_wktraster.xml +++ b/doc/reference_wktraster.xml @@ -988,10 +988,10 @@ FROM dummy_rast WHERE rid=1; Refer to WKT Raster Specification for a diagram of this. - + - - + + -- Note envelope and convexhull are more or less the same SELECT ST_AsText(ST_ConvexHull(rast)) As convhull, @@ -1005,7 +1005,8 @@ FROM dummy_rast WHERE rid=1; - + +