[postgis-commits] svn - r2954 - trunk/doc

postgis-commits at postgis.refractions.net postgis-commits at postgis.refractions.net
Wed Sep 10 04:58:03 PDT 2008


Author: robe
Date: 2008-09-10 04:57:59 -0700 (Wed, 10 Sep 2008)
New Revision: 2954

Modified:
   trunk/doc/reference_new.xml
Log:
example and result misaligned

Modified: trunk/doc/reference_new.xml
===================================================================
--- trunk/doc/reference_new.xml	2008-09-10 11:39:01 UTC (rev 2953)
+++ trunk/doc/reference_new.xml	2008-09-10 11:57:59 UTC (rev 2954)
@@ -2376,8 +2376,8 @@
       <refsection>
         <title>Examples</title>
     
-        <programlisting>SELECT ST_IsValid(ST_GeomFromText('LINESTRING(0 0, 1 1)')) As good_line,
-	ST_IsValid(ST_GeomFromText('POLYGON((0 0, 1 1, 1 2, 1 1, 0 0))')) As bad_poly
+        <programlisting>SELECT ST_Summary(ST_GeomFromText('LINESTRING(0 0, 1 1)')) As good_line,
+	ST_Summary(ST_GeomFromText('POLYGON((0 0, 1 1, 1 2, 1 1, 0 0))')) As bad_poly
 --results
       good_line       |        bad_poly
 ----------------------+-------------------------



More information about the postgis-commits mailing list