[SCM] PostGIS branch master updated. 3.4.0rc1-873-g276632b76
git at osgeo.org
git at osgeo.org
Mon Jan 8 15:31:06 PST 2024
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 276632b767e7f01206d383e5f71e3b4c03c22307 (commit)
from 5c7c2c3ee7c9d8f03c8c7ac1a1c3cc555400dd2a (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 276632b767e7f01206d383e5f71e3b4c03c22307
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Mon Jan 8 15:31:00 2024 -0800
Clarify documentation page typos regarding gdal_vsi_options, references #5653
diff --git a/doc/reference_guc.xml b/doc/reference_guc.xml
index b78a57a07..4efc5b0c5 100644
--- a/doc/reference_guc.xml
+++ b/doc/reference_guc.xml
@@ -261,7 +261,7 @@ SELECT pg_reload_conf();
<refentry xml:id="postgis_gdal_vsi_options">
<refnamediv>
- <refname>postgis.gdal_config_options</refname>
+ <refname>postgis.gdal_vsi_options</refname>
<refpurpose>
A string configuration to set options used when working with an out-db raster.
</refpurpose>
@@ -282,12 +282,12 @@ SELECT pg_reload_conf();
<para>Set <varname>postgis.gdal_vsi_options</varname> for current session:</para>
<programlisting>
-SET postgis.gdal_config_options = 'AWS_ACCESS_KEY_ID=xxxxxxxxxxxxxxx AWS_SECRET_ACCESS_KEY=yyyyyyyyyyyyyyyyyyyyyyyyyy';
+SET postgis.gdal_vsi_options = 'AWS_ACCESS_KEY_ID=xxxxxxxxxxxxxxx AWS_SECRET_ACCESS_KEY=yyyyyyyyyyyyyyyyyyyyyyyyyy';
</programlisting>
<para>Set <varname>postgis.gdal_vsi_options</varname> just for the <emphasis>current transaction</emphasis> using the <varname>LOCAL</varname> keyword:</para>
<programlisting>
-SET LOCAL postgis.gdal_config_options = 'AWS_ACCESS_KEY_ID=xxxxxxxxxxxxxxx AWS_SECRET_ACCESS_KEY=yyyyyyyyyyyyyyyyyyyyyyyyyy';
+SET LOCAL postgis.gdal_vsi_options = 'AWS_ACCESS_KEY_ID=xxxxxxxxxxxxxxx AWS_SECRET_ACCESS_KEY=yyyyyyyyyyyyyyyyyyyyyyyyyy';
</programlisting>
</refsection>
-----------------------------------------------------------------------
Summary of changes:
doc/reference_guc.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list