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

postgis-commits at postgis.refractions.net postgis-commits at postgis.refractions.net
Mon Jan 12 06:24:45 PST 2009


Author: robe
Date: 2009-01-12 06:24:44 -0800 (Mon, 12 Jan 2009)
New Revision: 3517

Modified:
   trunk/doc/reference_new.xml
Log:
Correct.  ST_LinestringFromText does not exist though was documented before.

Modified: trunk/doc/reference_new.xml
===================================================================
--- trunk/doc/reference_new.xml	2009-01-12 13:54:17 UTC (rev 3516)
+++ trunk/doc/reference_new.xml	2009-01-12 14:24:44 UTC (rev 3517)
@@ -1550,8 +1550,7 @@
 	    <title>Description</title>
 	
 	    <para>Makes a Geometry from WKT with the given SRID. If SRID is
-				not give, it defaults to -1.  If WKT passed in is not a LINESTRING, then null is returned.  This is an alias
-				for ST_LinestringFromText.</para>
+				not give, it defaults to -1.  If WKT passed in is not a LINESTRING, then null is returned.  </para>
 	   
 	    <note>
 	      <para>OGC SPEC 3.2.6.2 - option SRID is from the conformance
@@ -1598,7 +1597,7 @@
 	  <refsection>
 	    <title>See Also</title>
 	
-	    <para><xref linkend="ST_GeomFromText" />, <xref linkend="ST_LinestringFromText" /></para>
+	    <para><xref linkend="ST_GeomFromText" /></para>
 	  </refsection>
 	</refentry>
 	



More information about the postgis-commits mailing list