From: Paul Ramsey Date: Thu, 26 Mar 2015 12:09:10 +0000 (+0000) Subject: Entity the < X-Git-Tag: 2.2.0rc1~568 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fab770e2d3958de4c31e0614403faeaee4deb71e;p=postgis Entity the < git-svn-id: http://svn.osgeo.org/postgis/trunk@13397 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference_processing.xml b/doc/reference_processing.xml index a4b923965..b747e3d59 100644 --- a/doc/reference_processing.xml +++ b/doc/reference_processing.xml @@ -3090,7 +3090,7 @@ maximum vertex count. Examples --- Subdivide a geometry until it all parts have < 50 vertices +-- Subdivide a geometry until it all parts have < 50 vertices SELECT ST_AsText(ST_SubDivide(ST_Segmentize('LINESTRING(0 0, 100 100)'::geometry, 1),50)); -- Create a new subdivided table suitable for joining to the original