[SCM] PostGIS branch stable-3.4 updated. 3.4.3-14-g0fac38a74
git at osgeo.org
git at osgeo.org
Sat Oct 26 12:54:16 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, stable-3.4 has been updated
via 0fac38a7492cc3b034dea9ec86efaefef6a1a9e0 (commit)
from 8c26a6ed5b437ea59aece948b5de9993eddbc83d (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 0fac38a7492cc3b034dea9ec86efaefef6a1a9e0
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 ca6ee11b5..431d1e052 100644
--- a/doc/extras_topology.xml
+++ b/doc/extras_topology.xml
@@ -1912,7 +1912,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