Commit 34497498 authored by Regina Obe's avatar Regina Obe
Browse files

#531 ST_Envelope has wrong return type changed from boolean to geometry

git-svn-id: http://svn.osgeo.org/postgis/trunk@5071 b70326c6-7e19-0410-871a-916f4a2858ee
parent a0e3b51d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -304,7 +304,7 @@ SELECT ST_AsEWKT(ST_EndPoint('LINESTRING(1 1 2, 1 2 3, 0 0 5)'));
		  <refsynopsisdiv>
			<funcsynopsis>
			  <funcprototype>
				<funcdef>boolean <function>ST_Envelope</function></funcdef>
				<funcdef>geometry <function>ST_Envelope</function></funcdef>

				<paramdef><type>geometry </type> <parameter>g1</parameter></paramdef>
			  </funcprototype>