]> granicus.if.org Git - postgis/commitdiff
conver to 1 column 2 row table
authorRegina Obe <lr@pcorp.us>
Wed, 7 Apr 2010 14:35:43 +0000 (14:35 +0000)
committerRegina Obe <lr@pcorp.us>
Wed, 7 Apr 2010 14:35:43 +0000 (14:35 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@5510 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_wktraster.xml

index 5b3ebaca91ea7cf4c850d090238ae881b7bc9a5d..910677abfe7e7c2f561c3bb8ef9eec1a32062f2b 100644 (file)
@@ -988,10 +988,10 @@ FROM dummy_rast WHERE rid=1;
                                <para>Refer to <ulink url="http://trac.osgeo.org/postgis/wiki/WKTRaster/SpecificationWorking01">WKT Raster Specification</ulink>
                                         for a diagram of this.</para>
                                <informaltable>
-                                 <tgroup cols="2">
+                                 <tgroup cols="1">
                                        <tbody>
-                                         <row>
-                                               <entry>
+                               <row>
+                                       <entry>
                                                        <para> <!-- TODO: Put in pictures -->
 <programlisting>-- 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;
  </programlisting>
                                                </para>
                                        </entry>
-
+                               </row>
+                               <row>
                                        <entry>
                                                <para> <!-- TODO: Put in pictures -->
                                <programlisting>