[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0beta1-19-g139e1b269

git at osgeo.org git at osgeo.org
Sun Jul 10 13:05:14 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  139e1b2695279c3c13ba172bbbfecb48f72e7015 (commit)
      from  934fbf984d364ac9e95a467d8faafcf382b9d9e4 (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 139e1b2695279c3c13ba172bbbfecb48f72e7015
Author: Regina Obe <lr at pcorp.us>
Date:   Sun Jul 10 16:03:01 2022 -0400

    Topology DOC corrections:
    
    1. ST_MoveIsoNode takes a node not an edge
    2. ST_ChangeEdgeGeom doesn't have anode / anothernode args

diff --git a/doc/extras_topology.xml b/doc/extras_topology.xml
index de100245a..a53d80a7e 100644
--- a/doc/extras_topology.xml
+++ b/doc/extras_topology.xml
@@ -2030,7 +2030,7 @@ Updates all existing joined edges and relationships accordingly.
 					<funcprototype>
 					<funcdef>text <function>ST_MoveIsoNode</function></funcdef>
 					<paramdef><type>varchar </type> <parameter>atopology</parameter></paramdef>
-					<paramdef><type>integer </type> <parameter>anedge</parameter></paramdef>
+					<paramdef><type>integer </type> <parameter>anode</parameter></paramdef>
 					<paramdef><type>geometry </type> <parameter>apoint</parameter></paramdef>
 					</funcprototype>
 				</funcsynopsis>

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

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