[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0alpha1-85-g2d6fab0
git at osgeo.org
git at osgeo.org
Mon Apr 27 16:12:44 PDT 2020
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 2d6fab0cf9c892e9e3a9d7bbf27e23b892b86049 (commit)
from 2e4e069479c02ec2a49b1e5fb6e4ad0eeb6cbe82 (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 2d6fab0cf9c892e9e3a9d7bbf27e23b892b86049
Author: Regina Obe <lr at pcorp.us>
Date: Mon Apr 27 19:12:38 2020 -0400
Missed a spot
diff --git a/doc/reference_constructor.xml b/doc/reference_constructor.xml
index 99dbeda..44921ec 100644
--- a/doc/reference_constructor.xml
+++ b/doc/reference_constructor.xml
@@ -864,8 +864,7 @@ SELECT ST_AsText( ST_TileEnvelope(3, 1, 1, ST_MakeEnvelope(-180, -90, 180, 90, 4
)
SELECT COUNT(*), hexes.geom
FROM bounds
- CROSS JOIN
- LATERAL ST_HexagonGrid(10000, bounds.geom) AS hexes
+ CROSS JOIN ST_HexagonGrid(10000, bounds.geom) AS hexes
INNER JOIN pointtable AS pts ON ST_Intersects(pts.geom, hexes.geom)
GROUP BY hexes.geom;</programlisting>
</refsection>
-----------------------------------------------------------------------
Summary of changes:
doc/reference_constructor.xml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list