[postgis-tickets] r16413 - ST_LineToCurve is also available since 1.3.0
Sandro Santilli
strk at kbt.io
Fri Feb 23 06:18:54 PST 2018
Author: strk
Date: 2018-02-23 06:18:54 -0800 (Fri, 23 Feb 2018)
New Revision: 16413
Modified:
trunk/doc/reference_processing.xml
Log:
ST_LineToCurve is also available since 1.3.0
Modified: trunk/doc/reference_processing.xml
===================================================================
--- trunk/doc/reference_processing.xml 2018-02-23 13:04:16 UTC (rev 16412)
+++ trunk/doc/reference_processing.xml 2018-02-23 14:18:54 UTC (rev 16413)
@@ -1996,7 +1996,7 @@
<para>Converts plain LINESTRING/POLYGON to CIRCULAR STRINGs and Curved Polygons. Note much fewer points are needed to describe the curved equivalent.</para>
<note><para>If the input LINESTRING/POLYGON is not curved enough to clearly represent a curve, the function will return the same input geometry.</para></note>
- <para>Availability: 1.2.2?</para>
+ <para>Availability: 1.3.0</para>
<para>&Z_support;</para>
<para>&curve_support;</para>
</refsection>
More information about the postgis-tickets
mailing list