From 4ace1e112bd3d3a63bf526da8949c2102095cdcb Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Wed, 21 Dec 2011 13:03:42 +0000 Subject: [PATCH] #1242 write this off as a documentation bug. I don't have 1.5.1 anymore to confirm ST_Line_Locate_Point ever worked with multilinestrings and doesn't work on my 1.5.3 install git-svn-id: http://svn.osgeo.org/postgis/trunk@8482 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/reference_lrs.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/reference_lrs.xml b/doc/reference_lrs.xml index eda4f9745..f4a94c3f5 100644 --- a/doc/reference_lrs.xml +++ b/doc/reference_lrs.xml @@ -117,8 +117,6 @@ FROM (SELECT ST_GeomFromText('LINESTRING(1 2, 4 5, 6 7)') As the_line) As foo; This is useful for approximating numbers of addresses Availability: 1.1.0 - Availability: 1.5.1 - support for MULTILINESTRINGS was introduced. - -- 2.50.1