Entity the <

git-svn-id: http://svn.osgeo.org/postgis/trunk@13397 b70326c6-7e19-0410-871a-916f4a2858ee
This commit is contained in:
Paul Ramsey 2015-03-26 12:09:10 +00:00
parent a30078d27d
commit fab770e2d3

View file

@ -3090,7 +3090,7 @@ maximum vertex count.
<refsection>
<title>Examples</title>
<programlisting>
-- Subdivide a geometry until it all parts have < 50 vertices
-- Subdivide a geometry until it all parts have &lt; 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