[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0-129-g5c86e1152

git at osgeo.org git at osgeo.org
Fri Jan 7 11:10:17 PST 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  5c86e11523465f7a509087e3d2f2edab7894371d (commit)
       via  d3ea04fddb314c2bb1d0afac5c61bfe50d577de6 (commit)
       via  8ef10b389967a24e76f92a745f391025bc8fc6cb (commit)
       via  fb90ca422a38f069bac76d5835dafe1222f3276a (commit)
      from  abf225d9b4fa5c78f4943e6f936cedcb39574260 (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 5c86e11523465f7a509087e3d2f2edab7894371d
Merge: d3ea04fdd abf225d9b
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Fri Jan 7 11:10:00 2022 -0800

    Merge branch 'master' of https://git.osgeo.org/gitea/postgis/postgis


commit d3ea04fddb314c2bb1d0afac5c61bfe50d577de6
Merge: e31241cce 8ef10b389
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Fri Jan 7 11:09:53 2022 -0800

    Merge branch 'nyurik-patch-1'


commit 8ef10b389967a24e76f92a745f391025bc8fc6cb
Merge: e31241cce fb90ca422
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Fri Jan 7 11:09:44 2022 -0800

    Merge branch 'patch-1' of https://github.com/nyurik/postgis into nyurik-patch-1


commit fb90ca422a38f069bac76d5835dafe1222f3276a
Author: Yuri Astrakhan <yuriastrakhan at gmail.com>
Date:   Thu Jan 6 17:17:06 2022 -0500

    minor change to st_asmvt doc
    
    The `||` operator implies concatenation of one row, but in many cases each row represents a separate layer - thus better to mention `STRING_AGG` as an alternative, and help those less familiar with SQL.

diff --git a/doc/reference_output.xml b/doc/reference_output.xml
index 1c55f2bb7..dce3526bf 100644
--- a/doc/reference_output.xml
+++ b/doc/reference_output.xml
@@ -1277,8 +1277,8 @@ SELECT (ST_AsLatLonText('POINT (-302.2342342 -792.32498)'));
 		</para>
 
 		<para>
-		Tiles with multiple layers
-		can be created by concatenating multiple calls to this function	using <varname>||</varname>.
+		Tiles with multiple layers can be created by concatenating multiple calls to this function
+		using <varname>||</varname> or <varname>STRING_AGG</varname>.
 		</para>
 
 		<important>

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list