[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0-779-g781a40f92

git at osgeo.org git at osgeo.org
Thu Apr 28 12:20:32 PDT 2022


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  781a40f92ffce904272f2e50f7911b0a4af95969 (commit)
      from  cf6aebcab8067ff2e4853f3d9730389f639c3b24 (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 781a40f92ffce904272f2e50f7911b0a4af95969
Author: Martin Davis <mtnclimb at gmail.com>
Date:   Thu Apr 28 12:20:28 2022 -0700

    Improve doc for ST_Points

diff --git a/doc/reference_accessor.xml b/doc/reference_accessor.xml
index ae1c44633..1afa6a48f 100644
--- a/doc/reference_accessor.xml
+++ b/doc/reference_accessor.xml
@@ -2680,11 +2680,11 @@ FROM ST_GeomFromText('LINESTRING(0 0 0, 1 1 1, 2 2 2)') AS g
 			<title>Description</title>
 
 			<para>
-				Returns a MultiPoint containing all the coordinates of a
-				geometry.  Does not remove points that are repeated in
-				the geometry, including the start and end points of ring geometries.
-				(If this behavior is undesired, duplicates may be removed using
-				<xref linkend="ST_RemoveRepeatedPoints" />).
+				Returns a MultiPoint containing all the coordinates of a geometry.
+                Duplicate points are preserved,
+				including the start and end points of ring geometries.
+				(If desired, duplicate points can be removed by calling
+				<xref linkend="ST_RemoveRepeatedPoints" /> on the result).
 			</para>
 
             <para>
@@ -2693,7 +2693,7 @@ FROM ST_GeomFromText('LINESTRING(0 0 0, 1 1 1, 2 2 2)') AS g
             </para>
 
 			<para>
-				M and Z coordinates will be preserved if present.
+				M and Z coordinates are preserved if present.
 			</para>
 
 			<para>&curve_support;</para>

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list