From fcda0d40fe9f9facd65a21e73495e3c0952fdcf9 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Tue, 28 Dec 2004 09:23:39 +0000 Subject: [PATCH] specified LineString input requirement for StartPoint and LastPoint git-svn-id: http://svn.osgeo.org/postgis/trunk@1186 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/postgis.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/postgis.xml b/doc/postgis.xml index 6b78f81c0..ed9de9724 100644 --- a/doc/postgis.xml +++ b/doc/postgis.xml @@ -3079,7 +3079,7 @@ dimension EndPoint(geometry) - Returns the last point of the geometry as a point. + Returns the last point of the LineString geometry as a point. @@ -3087,7 +3087,7 @@ dimension StartPoint(geometry) - Returns the first point of the geometry as a point. + Returns the first point of the LineString geometry as a point. -- 2.40.0