[postgis-tickets] r17471 - Fix ST_EndPoint return type

Martin Davis mtnclimb at gmail.com
Tue Jun 4 04:40:25 PDT 2019


Author: mdavis
Date: 2019-06-04 16:40:25 -0700 (Tue, 04 Jun 2019)
New Revision: 17471

Modified:
   trunk/doc/reference_accessor.xml
Log:
Fix ST_EndPoint return type

Modified: trunk/doc/reference_accessor.xml
===================================================================
--- trunk/doc/reference_accessor.xml	2019-06-04 14:55:39 UTC (rev 17470)
+++ trunk/doc/reference_accessor.xml	2019-06-04 23:40:25 UTC (rev 17471)
@@ -712,7 +712,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