]> granicus.if.org Git - postgis/commitdiff
#531 ST_Envelope has wrong return type changed from boolean to geometry
authorRegina Obe <lr@pcorp.us>
Wed, 30 Dec 2009 06:53:26 +0000 (06:53 +0000)
committerRegina Obe <lr@pcorp.us>
Wed, 30 Dec 2009 06:53:26 +0000 (06:53 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@5071 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_accessor.xml

index 09e06afc303c9d4f9562713783a46b09f2b958c3..303f76d423f314bdcb743d639faa4933b3d51a84 100644 (file)
@@ -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>