From d09883551262815d1eb285191ec362eff1c6028d Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Fri, 12 Mar 2010 00:21:21 +0000 Subject: [PATCH] put in note about improvement to ST_Line_SubString #410 git-svn-id: http://svn.osgeo.org/postgis/trunk@5419 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/reference_lrs.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/reference_lrs.xml b/doc/reference_lrs.xml index eed8c1158..2dccd123b 100644 --- a/doc/reference_lrs.xml +++ b/doc/reference_lrs.xml @@ -117,6 +117,7 @@ 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