[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-139-gb29d0cf61

git at osgeo.org git at osgeo.org
Tue Sep 27 11:57:47 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  b29d0cf614ebfee3062f180dd4c587708cf0b535 (commit)
      from  492e42b81607200e2e331e11543739d33859eba3 (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 b29d0cf614ebfee3062f180dd4c587708cf0b535
Author: Martin Davis <mtnclimb at gmail.com>
Date:   Tue Sep 27 11:57:44 2022 -0700

    Minor doc update for ST_Relate

diff --git a/doc/reference_relationship.xml b/doc/reference_relationship.xml
index 7ad5776af..17d2980d0 100644
--- a/doc/reference_relationship.xml
+++ b/doc/reference_relationship.xml
@@ -1437,9 +1437,10 @@ FROM (SELECT ST_GeomFromText('POLYGON ((40 170, 90 30, 180 100, 40 170))') AS a,
             (e.g. <code>'FF1FF0102'</code>).
             </para>
             <para>
-            A specific kind of spatial relationships is evaluated by comparing the intersection
+            A specific kind of spatial relationship can be tested by matching the intersection
             matrix to an <emphasis>intersection matrix pattern</emphasis>.
-            A pattern can include the additional symbols 'T' and '*'.
+            Patterns can include the additional symbols 'T' (meaning "intersection is non-empty")
+            and '*' (meaning "any value").
             Common spatial relationships are provided by the named functions
             <xref linkend="ST_Contains" />, <xref linkend="ST_ContainsProperly" />,
             <xref linkend="ST_Covers" />, <xref linkend="ST_CoveredBy" />,

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

Summary of changes:
 doc/reference_relationship.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list