]> granicus.if.org Git - postgis/commitdiff
Entity the <
authorPaul Ramsey <pramsey@cleverelephant.ca>
Thu, 26 Mar 2015 12:09:10 +0000 (12:09 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Thu, 26 Mar 2015 12:09:10 +0000 (12:09 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@13397 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_processing.xml

index a4b9239655434261c27efcdde5679519e44fcc6e..b747e3d590f817b02fb6f34b061c5b3d9146e347 100644 (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