[postgis-tickets] r14472 - Corrected return type of ST_ForceRHR in docs.

Sandro Santilli strk at keybit.net
Thu Dec 3 10:47:51 PST 2015


Author: strk
Date: 2015-12-03 10:47:51 -0800 (Thu, 03 Dec 2015)
New Revision: 14472

Modified:
   branches/2.1/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.1/doc/reference_editor.xml
===================================================================
--- branches/2.1/doc/reference_editor.xml	2015-12-03 18:47:17 UTC (rev 14471)
+++ branches/2.1/doc/reference_editor.xml	2015-12-03 18:47:51 UTC (rev 14472)
@@ -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