[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0-281-gd4ef31a6f
git at osgeo.org
git at osgeo.org
Tue Jan 18 16:27:51 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 d4ef31a6fa590a61a3b8593a6268cad6684b3501 (commit)
from 5ae268c6e981800522093157b0ca4b219474a89a (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 d4ef31a6fa590a61a3b8593a6268cad6684b3501
Author: Regina Obe <lr at pcorp.us>
Date: Tue Jan 18 19:27:47 2022 -0500
Pot update for https://github.com/postgis/postgis/pull/653
diff --git a/doc/po/templates/reference_output.xml.pot b/doc/po/templates/reference_output.xml.pot
index 0d85d7038..b9160ce63 100644
--- a/doc/po/templates/reference_output.xml.pot
+++ b/doc/po/templates/reference_output.xml.pot
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-01-10 13:02+0000\n"
+"POT-Creation-Date: 2022-01-19 00:25+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc at kde.org>\n"
@@ -1990,7 +1990,12 @@ msgstr ""
#, no-c-format
msgid ""
"<varname>geom_name</varname> is the name of the geometry column in the row "
-"data. Default is the first geometry column."
+"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."
msgstr ""
#. Tag: para
-----------------------------------------------------------------------
Summary of changes:
doc/po/templates/reference_output.xml.pot | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list