[SCM] PostGIS branch master updated. 3.5.0-32-gaa67372e1
git at osgeo.org
git at osgeo.org
Sat Oct 26 12:50:55 PDT 2024
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 aa67372e126a263aa03ea55535efca4478ee8965 (commit)
from 1dca456676b9215f49cd012687a8af8666fc464c (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 aa67372e126a263aa03ea55535efca4478ee8965
Author: Sandro Santilli <strk at kbt.io>
Date: Sat Oct 26 21:48:53 2024 +0200
Fix typo in ST_ChangeEdgeGeom doc
See https://lists.osgeo.org/pipermail/postgis-devel/2024-October/030435.html
diff --git a/doc/extras_topology.xml b/doc/extras_topology.xml
index 3e87a84c4..8fa4afc25 100644
--- a/doc/extras_topology.xml
+++ b/doc/extras_topology.xml
@@ -1975,7 +1975,7 @@ Changes the shape of an edge without affecting the topology structure.
<refsynopsisdiv>
<funcsynopsis>
<funcprototype>
- <funcdef>integer <function>ST_ChangeEdgeGeom</function></funcdef>
+ <funcdef>text <function>ST_ChangeEdgeGeom</function></funcdef>
<paramdef><type>varchar </type> <parameter>atopology</parameter></paramdef>
<paramdef><type>integer </type> <parameter>anedge</parameter></paramdef>
<paramdef><type>geometry </type> <parameter>acurve</parameter></paramdef>
-----------------------------------------------------------------------
Summary of changes:
doc/extras_topology.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list