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

postgis-commits at postgis.refractions.net postgis-commits at postgis.refractions.net
Wed Sep 10 14:06:15 PDT 2008


Author: robe
Date: 2008-09-10 14:06:15 -0700 (Wed, 10 Sep 2008)
New Revision: 2955

Modified:
   trunk/doc/reference_new.xml
Log:
Get rid of left over stuff from ST_IsValid and ST_Summary copy.

Modified: trunk/doc/reference_new.xml
===================================================================
--- trunk/doc/reference_new.xml	2008-09-10 11:57:59 UTC (rev 2954)
+++ trunk/doc/reference_new.xml	2008-09-10 21:06:15 UTC (rev 2955)
@@ -1926,22 +1926,6 @@
 			<para><xref linkend="GeometryType" /></para>
 		</refsection>
 	</refentry>
-	<varlistentry>
-        <term>ST_IsValid</term>
-
-        <listitem>
-          <para>Test if an ST_Geometry value is well formed.</para>
-
-          <note>
-            <para>SQL-MM defines the result of ST_IsValid(NULL) to be 0, while
-            PostGIS returns NULL.</para>
-          </note>
-
-          <para>SQL-MM defines the result of ST_IsValid(NULL) to be 1</para>
-
-          <para>SQL-MM 3: 5.1.9</para>
-        </listitem>
-    </varlistentry>
     <refentry id="ST_IsClosed">
       <refnamediv>
         <refname>ST_IsClosed</refname>
@@ -2338,15 +2322,6 @@
       <para><xref linkend="ST_EndPoint" />, <xref linkend="ST_PointN" /></para>
     </refsection>
   </refentry>
-  
-       <varlistentry>
-          <term>ST_Summary(geometry)</term>
-
-          <listitem>
-            <para>Returns a text summary of the contents of the
-            geometry.</para>
-          </listitem>
-        </varlistentry>
     <refentry id="ST_Summary">
       <refnamediv>
         <refname>ST_Summary</refname>



More information about the postgis-commits mailing list