]> granicus.if.org Git - postgis/commitdiff
#2820: ST_Segmentize(geography) returns a geography not geometry
authorRegina Obe <lr@pcorp.us>
Tue, 8 Jul 2014 20:28:10 +0000 (20:28 +0000)
committerRegina Obe <lr@pcorp.us>
Tue, 8 Jul 2014 20:28:10 +0000 (20:28 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@12767 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_editor.xml

index 6575c38ae2450214dc5f777029a5a9ab51fa5bd7..7e12e98ba33bfc5144e9562cba886a87aa8f9202 100644 (file)
@@ -1329,7 +1329,7 @@ SELECT ST_AsEWKT(ST_Scale(ST_GeomFromEWKT('LINESTRING(1 2 3, 1 1 1)'), 0.5, 0.75
                                <paramdef><type>float </type> <parameter>max_segment_length</parameter></paramdef>
                          </funcprototype>
                          <funcprototype>
-                               <funcdef>geometry <function>ST_Segmentize</function></funcdef>
+                               <funcdef>geography <function>ST_Segmentize</function></funcdef>
                                <paramdef><type>geography </type> <parameter>geog</parameter></paramdef>
                                <paramdef><type>float </type> <parameter>max_segment_length</parameter></paramdef>
                          </funcprototype>