[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0-280-g5ae268c6e

git at osgeo.org git at osgeo.org
Tue Jan 18 16:15:37 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  5ae268c6e981800522093157b0ca4b219474a89a (commit)
       via  115f1e0f4ad3cd4475e628ea5308680492fc464b (commit)
       via  5ae7417df43ec1b0399483745b35d22a18f08023 (commit)
      from  8bb507f8f9084095728dc4062cdcb9431b76e7d4 (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 5ae268c6e981800522093157b0ca4b219474a89a
Merge: 8bb507f8f 115f1e0f4
Author: Regina Obe <lr at pcorp.us>
Date:   Tue Jan 18 19:12:11 2022 -0500

    Merge branch 'mvt_doc_patch'


commit 115f1e0f4ad3cd4475e628ea5308680492fc464b
Merge: 0c66acf10 5ae7417df
Author: Regina Obe <lr at pcorp.us>
Date:   Tue Jan 18 19:10:44 2022 -0500

    Merge remote-tracking branch 'jimjonesbr/patch-2' into mvt_doc_patch


commit 5ae7417df43ec1b0399483745b35d22a18f08023
Author: Jim Jones <jim.jones at uni-muenster.de>
Date:   Fri Dec 10 09:10:17 2021 +0100

    Adds postgres caps handling for unquoted identifiers

diff --git a/doc/reference_output.xml b/doc/reference_output.xml
index f58c3d37b..931c9e0be 100644
--- a/doc/reference_output.xml
+++ b/doc/reference_output.xml
@@ -1292,7 +1292,7 @@ SELECT (ST_AsLatLonText('POINT (-302.2342342 -792.32498)'));
 	  <para><varname>row</varname> row data with at least a geometry column.</para>
 		<para><varname>name</varname> is the name of the layer. Default is the string "default".</para>
 		<para><varname>extent</varname> is the tile extent in screen space as defined by the specification. Default is 4096.</para>
-		<para><varname>geom_name</varname> is the name of the geometry column in the row data. Default is the first geometry column.</para>
+		<para><varname>geom_name</varname> is the name of the geometry column in the row data. Default is the first geometry column. Note that PostgreSQL by default automatically <ulink url="https://www.postgresql.org/docs/current/sql-syntax-lexical.html#SQL-SYNTAX-IDENTIFIERS">folds unquoted identifiers to lower case</ulink>, which means that unless the geometry column is quoted, e.g. <varname>"MyMVTGeom"</varname>, this parameter must be provided as lowercase.</para>
 		<para><varname>feature_id_name</varname> is the name of the Feature ID column in the row data. If NULL or negative the Feature ID is not set. The first column matching name and valid type (smallint, integer, bigint) will be used as Feature ID, and any subsequent column will be added as a property. JSON properties are not supported.</para>
 
 

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

Summary of changes:
 doc/reference_output.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list