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

postgis-commits at postgis.refractions.net postgis-commits at postgis.refractions.net
Sat Dec 6 18:47:45 PST 2008


Author: robe
Date: 2008-12-06 18:47:45 -0800 (Sat, 06 Dec 2008)
New Revision: 3369

Modified:
   trunk/doc/reference_new.xml
Log:
Minor additions

Modified: trunk/doc/reference_new.xml
===================================================================
--- trunk/doc/reference_new.xml	2008-12-07 02:42:38 UTC (rev 3368)
+++ trunk/doc/reference_new.xml	2008-12-07 02:47:45 UTC (rev 3369)
@@ -2077,7 +2077,7 @@
 			
 			<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.  If you are building points from long lat coordinates and care more about performance than OGC compliance, use ST_MakePoint.  </para>
+					It is slower than ST_GeomFromText since it adds an additional validation step.  If you are building points from long lat coordinates and care more about performance and accuracy than OGC compliance, use <xref linkend="ST_MakePoint" /> or OGC compliant alias <xref linkend="ST_Point" />.   </para>
 			</note>
 		
 			<!-- Optionally mention OpenGIS compliancy if appropriate -->
@@ -2106,7 +2106,7 @@
 		  </refsection>
 		  <refsection>
 			<title>See Also</title>
-			<para><xref linkend="ST_GeomFromText" />, <xref linkend="ST_MakePoint" />, <xref linkend="ST_SRID" /></para>
+			<para><xref linkend="ST_GeomFromText" />, <xref linkend="ST_MakePoint" />, <xref linkend="ST_Point" />, <xref linkend="ST_SRID" /></para>
 		  </refsection>
 	</refentry>
 



More information about the postgis-commits mailing list