[postgis-tickets] r14471 - Corrected return type of ST_ForceRHR in docs.
Sandro Santilli
strk at keybit.net
Thu Dec 3 10:47:18 PST 2015
Author: strk
Date: 2015-12-03 10:47:17 -0800 (Thu, 03 Dec 2015)
New Revision: 14471
Modified:
branches/2.2/doc/reference_editor.xml
Log:
Corrected return type of ST_ForceRHR in docs.
Patch by Sergey Fedoseev <fedoseev.sergey at gmail.com>
Closes https://github.com/postgis/postgis/pull/78
Modified: branches/2.2/doc/reference_editor.xml
===================================================================
--- branches/2.2/doc/reference_editor.xml 2015-12-03 18:46:36 UTC (rev 14470)
+++ branches/2.2/doc/reference_editor.xml 2015-12-03 18:47:17 UTC (rev 14471)
@@ -577,7 +577,7 @@
<refsynopsisdiv>
<funcsynopsis>
<funcprototype>
- <funcdef>boolean
+ <funcdef>geometry
<function>ST_ForceRHR</function></funcdef>
<paramdef><type>geometry</type> <parameter>g</parameter></paramdef>
</funcprototype>
More information about the postgis-tickets
mailing list