[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0rc1-108-g30498d4
git at osgeo.org
git at osgeo.org
Tue Mar 2 16:58:23 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 30498d430684c0a7e7937a2efcada81980d49bb7 (commit)
from e259f0eae20c76c72f7a2e3eb572f2f19767b1fd (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 30498d430684c0a7e7937a2efcada81980d49bb7
Author: Martin Davis <mtnclimb at gmail.com>
Date: Tue Mar 2 17:00:25 2021 -0800
Fix doc XML format issue in ST_PatchN
diff --git a/doc/reference_accessor.xml b/doc/reference_accessor.xml
index 5b06a58..20118d4 100644
--- a/doc/reference_accessor.xml
+++ b/doc/reference_accessor.xml
@@ -2382,7 +2382,7 @@ GROUP BY gid, field1,field2;
<refsection>
<title>Description</title>
- <para>>Returns the 1-based Nth geometry (face) if the geometry is a
+ <para>Returns the 1-based Nth geometry (face) if the geometry is a
POLYHEDRALSURFACE or POLYHEDRALSURFACEM.
Otherwise, returns NULL.
This returns the same answer as ST_GeometryN for PolyhedralSurfaces.
-----------------------------------------------------------------------
Summary of changes:
doc/reference_accessor.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list