[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0alpha1-90-g59179cd

git at osgeo.org git at osgeo.org
Mon Apr 27 20:35:55 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  59179cd84baaef185d48f044ed5fae395e207736 (commit)
      from  98731a9ab5850db05d7a3381c3dd7a29416b6ec8 (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 59179cd84baaef185d48f044ed5fae395e207736
Author: Regina Obe <lr at pcorp.us>
Date:   Mon Apr 27 23:35:48 2020 -0400

    Fix indenting

diff --git a/doc/reference_constructor.xml b/doc/reference_constructor.xml
index e6d6ad3..86c482b 100644
--- a/doc/reference_constructor.xml
+++ b/doc/reference_constructor.xml
@@ -881,14 +881,14 @@ GROUP BY hexes.geom;</programlisting>
 			hexagons overlapping at the borders between states.</para>
 		<note><para>The LATERAL keyword is implied for set-returning functions when referring to a prior table in the FROM list. So CROSS JOIN LATERAL, CROSS JOIN, or just plain , are equivalent constructs for this example.</para></note>
         <programlisting>SELECT admin1.gid, hex.geom
-        FROM
-            admin1
-            CROSS JOIN
-            ST_HexagonGrid(100000, admin1.geom) AS hex
-        WHERE
-            adm0_a3 = 'USA'
-            AND
-            ST_Intersects(admin1.geom, hex.geom)</programlisting>
+FROM
+    admin1
+    CROSS JOIN
+    ST_HexagonGrid(100000, admin1.geom) AS hex
+WHERE
+    adm0_a3 = 'USA'
+    AND
+    ST_Intersects(admin1.geom, hex.geom)</programlisting>
         </refsection>
         <refsection>
             <title>See Also</title>

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

Summary of changes:
 doc/reference_constructor.xml | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list