[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0rc1-92-g4312d04

git at osgeo.org git at osgeo.org
Thu Feb 18 06:50:08 PST 2021


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".

The branch, master has been updated
       via  4312d040ff9ef255bc3bac58068753b0422dfd23 (commit)
      from  b0e380d3c1c9945ca570ff0b930d3cf0c0ced973 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 4312d040ff9ef255bc3bac58068753b0422dfd23
Author: Sandro Santilli <strk at kbt.io>
Date:   Thu Feb 18 15:49:51 2021 +0100

    Fix docs structure

diff --git a/doc/reference_accessor.xml b/doc/reference_accessor.xml
index 5384309..1ad25f4 100644
--- a/doc/reference_accessor.xml
+++ b/doc/reference_accessor.xml
@@ -406,7 +406,7 @@ ST_Dimension
 		<title>Description</title>
 			<para>A set-returning function (SRF) that extracts the components of a geometry.
             It returns a set of
-			<varname><xref linkend="geometry_dump" /></varname> rows,
+			<xref linkend="geometry_dump" /> rows,
             each containing a geometry (<parameter>geom</parameter> field)
             and an array of integers (<parameter>path</parameter> field).
             </para>
@@ -518,7 +518,7 @@ SELECT (g.gdump).path, ST_AsEWKT((g.gdump).geom) as wkt
 			<title>Description</title>
 			<para>A set-returning function (SRF) that extracts the coordinates (vertices) of a geometry.
             It returns a set of
-			    <varname><xref linkend="geometry_dump" /></varname> rows,
+			    <xref linkend="geometry_dump" /> rows,
                 each containing a geometry (<parameter>geom</parameter> field)
                 and an array of integers (<parameter>path</parameter> field).
             </para>
@@ -759,14 +759,15 @@ SELECT (g.gdump).path, ST_AsEWKT((g.gdump).geom) as wkt
 		<title>Description</title>
 
         <para>A set-returning function (SRF) that extracts the rings of a polygon.
-            It returns a set of <varname><xref linkend="geometry_dump" /></varname> rows,
+            It returns a set of <xref linkend="geometry_dump" /> rows,
             each containing a geometry (<parameter>geom</parameter> field)
             and an array of integers (<parameter>path</parameter> field).
         </para>
         <para>
-		The <parameter>geom</parameter> field contains each ring as a POLYGON.</para>
+		The <parameter>geom</parameter> field contains each ring as a POLYGON.
 	    The <parameter>path</parameter> field is an integer array of length 1 containing the polygon ring index.
         The exterior ring (shell) has index 0.  The interior rings (holes) have indices of 1 and higher.
+        </para>
 
 		<note><para>This only works for POLYGON geometries. It does not work for MULTIPOLYGONS</para></note>
 		<para>Availability: PostGIS 1.1.3. Requires PostgreSQL 7.3 or higher.</para>

-----------------------------------------------------------------------

Summary of changes:
 doc/reference_accessor.xml | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list