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

postgis-commits at postgis.refractions.net postgis-commits at postgis.refractions.net
Tue Jul 15 10:54:39 PDT 2008


Author: robe
Date: 2008-07-15 10:54:38 -0700 (Tue, 15 Jul 2008)
New Revision: 2855

Modified:
   trunk/doc/reference_new.xml
Log:
remove includes index note for ST_MakeLine

Modified: trunk/doc/reference_new.xml
===================================================================
--- trunk/doc/reference_new.xml	2008-07-15 17:51:39 UTC (rev 2854)
+++ trunk/doc/reference_new.xml	2008-07-15 17:54:38 UTC (rev 2855)
@@ -380,14 +380,7 @@
 			rows of point geometries and returns a line string, and a regular function that takes two point geometries. You
             might want to use a subselect to order points before feeding them
             to  the aggregate version of this function.</para>
-		
-		<!-- optionally mention that this function uses indexes if appropriate -->
-		<note>
-		  <para>This function call will automatically include a bounding box
-		  comparison that will make use of any indexes that are available on the
-		  geometries.</para>
-		</note>
-		
+			
 		</refsection>
 		
 		<refsection>



More information about the postgis-commits mailing list