From e698189a815b289255949691f367f13e88daddc0 Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Mon, 5 Sep 2016 03:19:44 +0000 Subject: [PATCH] Multipoint support for ST_MakeLine was introduced in 2.3, not 2.0. Reshuffle availability so last is first. Closes #3621 git-svn-id: http://svn.osgeo.org/postgis/trunk@15058 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/reference_constructor.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/reference_constructor.xml b/doc/reference_constructor.xml index 9a1f7cd34..e82573e40 100644 --- a/doc/reference_constructor.xml +++ b/doc/reference_constructor.xml @@ -1478,9 +1478,11 @@ BOX3D(-989502.1875 528439.5625 10,-987121.375 529933.1875 10) &Z_support; - Availability: 1.4.0 - ST_MakeLine(geomarray) was introduced. ST_MakeLine aggregate functions was enhanced to handle more points faster. + + Availability: 2.3.0 - Support for multipoint input elements was introduced Availability: 2.0.0 - Support for linestring input elements was introduced - Availability: 2.0.0 - Support for multipoint input elements was introduced + Availability: 1.4.0 - ST_MakeLine(geomarray) was introduced. ST_MakeLine aggregate functions was enhanced to handle more points faster. + -- 2.40.0