]> granicus.if.org Git - postgis/commitdiff
Correct. ST_LinestringFromText does not exist though was documented before.
authorRegina Obe <lr@pcorp.us>
Mon, 12 Jan 2009 14:24:44 +0000 (14:24 +0000)
committerRegina Obe <lr@pcorp.us>
Mon, 12 Jan 2009 14:24:44 +0000 (14:24 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@3517 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_new.xml

index 762d1bf8d5a76a3227df17e55e4419c59a1941bc..8299a8fbe95f5a7d28c4ebf714a950f3c4b24a0a 100644 (file)
@@ -1550,8 +1550,7 @@ LINESTRING(1 2 3,4 5 6,7 8 9)
            <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 @@ aline                            | null_return
          <refsection>
            <title>See Also</title>
        
-           <para><xref linkend="ST_GeomFromText" />, <xref linkend="ST_LinestringFromText" /></para>
+           <para><xref linkend="ST_GeomFromText" /></para>
          </refsection>
        </refentry>