]> granicus.if.org Git - postgis/commitdiff
forgot some stuff
authorRegina Obe <lr@pcorp.us>
Thu, 15 Jan 2009 18:16:30 +0000 (18:16 +0000)
committerRegina Obe <lr@pcorp.us>
Thu, 15 Jan 2009 18:16:30 +0000 (18:16 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@3531 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_new.xml

index 43018dcceaf6a82ef85bbdebe8fecac1cebec87e..bd3354276518114ff50a0262a371b82cea8ba268 100644 (file)
@@ -2239,6 +2239,12 @@ result
             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 @@ SELECT ST_MPointFromText('MULTIPOINT(-70.9590 42.1180, -70.9611 42.1223)', 4326)
          <refsection>
            <title>See Also</title>
        
-           <para><xref linkend="ST_MyMethod2" />, ...</para>
+           <para><xref linkend="ST_GeomFromText" /></para>
          </refsection>
        </refentry>