]> granicus.if.org Git - postgis/commitdiff
removed link from geometry_dump type ref
authorSandro Santilli <strk@keybit.net>
Tue, 11 Jan 2005 08:33:17 +0000 (08:33 +0000)
committerSandro Santilli <strk@keybit.net>
Tue, 11 Jan 2005 08:33:17 +0000 (08:33 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@1268 b70326c6-7e19-0410-871a-916f4a2858ee

doc/postgis.xml

index f651ebc181716c6dc51467423d93320f89308bdd..e6800cd684c3a2e0a2330e5210b6e1f961cd9326 100644 (file)
@@ -3942,11 +3942,10 @@ FROM geometry_table;</literallayout>
 
                  <listitem>
                    <para>This is a set-returning function (SRF).
-                   It returns a set of
-                   <link linkend="geometry_dump">geometry_dump</link>
-                   rows, formed by a geometry (geom) and an array
-                   of integers (path). When the input geometry
-                   is a simple type (POINT,LINESTRING,POLYGON)
+                   It returns a set of geometry_dump rows, formed
+                   by a geometry (geom) and an array of integers (path).
+                   When the input geometry is a simple type
+                   (POINT,LINESTRING,POLYGON)
                    a single record will be returned with an empty
                    path array and the input geometry as geom.
                    When the input geometry is a collection or multi