[SCM] PostGIS branch master updated. 3.6.0rc2-478-gd36418658
git at osgeo.org
git at osgeo.org
Thu May 7 10:22:39 PDT 2026
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 d36418658cee0538c9a162500f747be614b1e2d0 (commit)
via 96afdc7dd4bb292b02b468c650ddf6db203adb71 (commit)
via 947f31aa704c7f34ae64ef1190c8c5fba7f343c8 (commit)
from 05682d312a8b67ba7b90dfd5f89993ff082c054b (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 d36418658cee0538c9a162500f747be614b1e2d0
Merge: 05682d312 96afdc7dd
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Thu May 7 10:22:35 2026 -0700
Merge branch 'ptitjano-collection-doc-typo'
commit 96afdc7dd4bb292b02b468c650ddf6db203adb71
Author: Jean Felder <jean.felder at oslandia.com>
Date: Wed May 6 15:54:37 2026 +0200
doc: Fix typo in ST_GeometryN documentation
diff --git a/doc/reference_accessor.xml b/doc/reference_accessor.xml
index d6e9f8d5c..014d71b8f 100644
--- a/doc/reference_accessor.xml
+++ b/doc/reference_accessor.xml
@@ -1222,7 +1222,7 @@ LINESTRING(0 0 1,1 1 1,1 2 1,1 1 1,0 0 1)
<title>Description</title>
<para>Return the 1-based Nth element geometry of an input geometry which is a
- GEOMETRYCOLLECTION, MULTIPOINT, MULTILINESTRING, MULTICURVE, MULTI)POLYGON, or POLYHEDRALSURFACE.
+ GEOMETRYCOLLECTION, MULTIPOINT, MULTILINESTRING, MULTICURVE, MULTIPOLYGON, or POLYHEDRALSURFACE.
Otherwise, returns NULL.</para>
<note>
commit 947f31aa704c7f34ae64ef1190c8c5fba7f343c8
Author: Jean Felder <jean.felder at oslandia.com>
Date: Wed May 6 15:55:42 2026 +0200
chrore(doc): Remove trailing whitespaces in reference_accessor
diff --git a/doc/reference_accessor.xml b/doc/reference_accessor.xml
index 52b096594..d6e9f8d5c 100644
--- a/doc/reference_accessor.xml
+++ b/doc/reference_accessor.xml
@@ -935,7 +935,7 @@ FROM polyTable
FROM ST_DumpRings(
'POLYGON ((1 9, 9 9, 9 1, 1 1, 1 9), (2 2, 2 3, 3 3, 3 2, 2 2), (4 2, 4 4, 6 4, 6 2, 4 2))');
- path | geom
+ path | geom
------+--------------------------------
{0} | POLYGON((1 9,9 9,9 1,1 1,1 9))
{1} | POLYGON((2 2,2 3,3 3,3 2,2 2))
-----------------------------------------------------------------------
Summary of changes:
doc/reference_accessor.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list