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

postgis-commits at postgis.refractions.net postgis-commits at postgis.refractions.net
Thu Jan 15 10:16:31 PST 2009


Author: robe
Date: 2009-01-15 10:16:30 -0800 (Thu, 15 Jan 2009)
New Revision: 3531

Modified:
   trunk/doc/reference_new.xml
Log:
forgot some stuff

Modified: trunk/doc/reference_new.xml
===================================================================
--- trunk/doc/reference_new.xml	2009-01-15 18:14:53 UTC (rev 3530)
+++ trunk/doc/reference_new.xml	2009-01-15 18:16:30 UTC (rev 3531)
@@ -2239,6 +2239,12 @@
             suite</para>
 
          <para>Returns null if the WKT is not a MULTIPOINT</para>
+		 
+		 <note>
+				<para>If you are absolutely sure all your WKT geometries are points, don't use this function.  
+					It is slower than ST_GeomFromText since it adds an additional validation step.  
+				</para>
+		</note>
 	
 	    <!-- Optionally mention OpenGIS compliancy if appropriate -->
 	    <para><inlinemediaobject>
@@ -2276,7 +2282,7 @@
 	  <refsection>
 	    <title>See Also</title>
 	
-	    <para><xref linkend="ST_MyMethod2" />, ...</para>
+	    <para><xref linkend="ST_GeomFromText" /></para>
 	  </refsection>
 	</refentry>
 	



More information about the postgis-commits mailing list