[postgis-tickets] r17880 - ST_EndPoint returns a geometry, not a boolean
Regina Obe
lr at pcorp.us
Mon Oct 7 11:11:57 PDT 2019
Author: robe
Date: 2019-10-07 11:11:57 -0700 (Mon, 07 Oct 2019)
New Revision: 17880
Modified:
branches/2.5/NEWS
branches/2.5/doc/reference_accessor.xml
Log:
ST_EndPoint returns a geometry, not a boolean
Closes #4517 for PostGIS 2.5.4 (note 3.0.0 seems to be correct)
Modified: branches/2.5/NEWS
===================================================================
--- branches/2.5/NEWS 2019-10-07 17:32:14 UTC (rev 17879)
+++ branches/2.5/NEWS 2019-10-07 18:11:57 UTC (rev 17880)
@@ -14,6 +14,7 @@
- #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
Modified: branches/2.5/doc/reference_accessor.xml
===================================================================
--- branches/2.5/doc/reference_accessor.xml 2019-10-07 17:32:14 UTC (rev 17879)
+++ branches/2.5/doc/reference_accessor.xml 2019-10-07 18:11:57 UTC (rev 17880)
@@ -321,7 +321,7 @@
<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>
More information about the postgis-tickets
mailing list