[postgis-tickets] [SCM] PostGIS branch stable-3.1 updated. 3.1.4-2-g92d5afc
git at osgeo.org
git at osgeo.org
Thu Sep 23 09:53:12 PDT 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, stable-3.1 has been updated
via 92d5afc610744abd0711eb273b10f8b599d6aff6 (commit)
from a051e097d651375f5fdd345b1efeff70377d911e (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 92d5afc610744abd0711eb273b10f8b599d6aff6
Author: michal <michal.palenik at freemap.sk>
Date: Thu Sep 23 08:30:51 2021 -0700
mention of ST_MemUnion
Closes https://git.osgeo.org/gitea/postgis/postgis/pulls/57 for PostGIS
3.1.5
diff --git a/doc/reference_overlay.xml b/doc/reference_overlay.xml
index 67c57d9..dd186bf 100644
--- a/doc/reference_overlay.xml
+++ b/doc/reference_overlay.xml
@@ -986,6 +986,7 @@ MULTILINESTRING((3 4,4 5),(1 2,3 4))
<para>
<xref linkend="ST_Collect" />,
<xref linkend="ST_UnaryUnion" />,
+ <xref linkend="ST_MemUnion" />,
<xref linkend="ST_Intersection" />,
<xref linkend="ST_Difference" />,
<xref linkend="ST_SymDifference" />
-----------------------------------------------------------------------
Summary of changes:
doc/reference_overlay.xml | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list