[postgis-commits] svn - r3539 - trunk/doc
postgis-commits at postgis.refractions.net
postgis-commits at postgis.refractions.net
Mon Jan 19 16:50:10 PST 2009
Author: kneufeld
Date: 2009-01-19 16:50:10 -0800 (Mon, 19 Jan 2009)
New Revision: 3539
Modified:
trunk/doc/reference_new.xml
Log:
Fixed accidental broken build in docs from Rev3536.
Modified: trunk/doc/reference_new.xml
===================================================================
--- trunk/doc/reference_new.xml 2009-01-19 21:33:14 UTC (rev 3538)
+++ trunk/doc/reference_new.xml 2009-01-20 00:50:10 UTC (rev 3539)
@@ -2279,20 +2279,6 @@
<para><xref linkend="ST_AsEWKT" />, <xref linkend="ST_MakePoint" />, <xref linkend="ST_SetSRID" /></para>
</refsection>
</refentry>
-
- <varlistentry>
- <term>ST_MLineFromText(text,[<srid>])</term>
-
- <listitem>
- <para>Makes a Geometry from WKT with the given SRID. If SRID is
- not give, it defaults to -1.</para>
-
- <para>OGC SPEC 3.2.6.2 - option SRID is from the conformance
- suite</para>
-
- <para>Throws an error if the WKT is not a MULTILINESTRING</para>
- </listitem>
- </varlistentry>
<refentry id="ST_MLineFromText">
<refnamediv>
More information about the postgis-commits
mailing list