]> granicus.if.org Git - postgis/commitdiff
ST_EndPoint returns a geometry, not a boolean
authorRegina Obe <lr@pcorp.us>
Mon, 7 Oct 2019 18:11:57 +0000 (18:11 +0000)
committerRegina Obe <lr@pcorp.us>
Mon, 7 Oct 2019 18:11:57 +0000 (18:11 +0000)
Closes #4517 for PostGIS 2.5.4 (note 3.0.0 seems to be correct)

git-svn-id: http://svn.osgeo.org/postgis/branches/2.5@17880 b70326c6-7e19-0410-871a-916f4a2858ee

NEWS
doc/reference_accessor.xml

diff --git a/NEWS b/NEWS
index cd383321b779c2b76c6f73d7e383831101254f0f..9e63313b047e19617573699075935deae3c2632d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,7 @@ PostGIS 2.5.4
   - #4506, Remove tolerance in point-in-ring tests (Paul Ramsey)
   - #4338, Fix Census block level data (tabblock table) loading (Regina Obe)
   - #4519, Fix getSRIDbySRS crash (Raúl Marín)
+  - #4517, Documentation error ST_EndPoint (Samuel Spurling)
 
 
 PostGIS 2.5.3
index 9052ed03bed5baf3f44d6b857b883c9d6c403c0c..6c83ab760cc3e6d34f230b880bf4ef9c9e3bd332 100644 (file)
@@ -321,7 +321,7 @@ ST_Dimension
          <refsynopsisdiv>
                <funcsynopsis>
                  <funcprototype>
-                       <funcdef>boolean <function>ST_EndPoint</function></funcdef>
+                       <funcdef>geometry <function>ST_EndPoint</function></funcdef>
 
                        <paramdef><type>geometry </type> <parameter>g</parameter></paramdef>
                  </funcprototype>