[SCM] PostGIS branch master updated. 3.4.0rc1-1232-g5795ded4a
git at osgeo.org
git at osgeo.org
Wed Jun 26 22:16:01 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 5795ded4a99591985c41fcdedbacc3e336520bde (commit)
from 932e4936ceb89e69e012d21e27918f91922e5eb1 (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 5795ded4a99591985c41fcdedbacc3e336520bde
Author: Regina Obe <lr at pcorp.us>
Date: Thu Jun 27 01:14:14 2024 -0400
Correction in ST_IsSimple doco from Lukaeder
References #5749 for PostGIS 3.5.0
diff --git a/doc/reference_accessor.xml b/doc/reference_accessor.xml
index da52fec98..1412f026b 100644
--- a/doc/reference_accessor.xml
+++ b/doc/reference_accessor.xml
@@ -2105,7 +2105,7 @@ FROM (SELECT 'LINESTRING(0 0, 0 1, 1 0, 1 1, 0 0)'::geometry AS geom) AS foo;
<programlisting> SELECT ST_IsSimple(ST_GeomFromText('POLYGON((1 2, 3 4, 5 6, 1 2))'));
st_issimple
-------------
- t
+ f
(1 row)
SELECT ST_IsSimple(ST_GeomFromText('LINESTRING(1 1,2 2,2 3.5,1 3,1 2,2 1)'));
-----------------------------------------------------------------------
Summary of changes:
doc/reference_accessor.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list