From f8eb8bfa086130ba2d551b45f9775ba69bd96afc Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Wed, 16 Nov 2005 10:34:41 +0000 Subject: [PATCH] Added availability info of line_interpolate_point function git-svn-id: http://svn.osgeo.org/postgis/trunk@2041 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/postgis.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/postgis.xml b/doc/postgis.xml index 749c7a07f..b1f9fc890 100644 --- a/doc/postgis.xml +++ b/doc/postgis.xml @@ -4719,6 +4719,9 @@ FROM geometry_table; Interpolates a point along a line. First argument must be a LINESTRING. Second argument is a float between 0 and 1. Returns a point. + + Availability: 0.8.2 + -- 2.50.0