[SCM] PostGIS branch stable-3.3 updated. 3.3.5-15-gcf301c8fe
git at osgeo.org
git at osgeo.org
Mon Jan 8 15:31:55 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, stable-3.3 has been updated
via cf301c8fe54bb802c504530ba07605b865be0089 (commit)
from d27577a093157b196af49bd400a4fb9e2dccf377 (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 cf301c8fe54bb802c504530ba07605b865be0089
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 8bda63a10..e73ef478a 100644
--- a/doc/reference_guc.xml
+++ b/doc/reference_guc.xml
@@ -261,7 +261,7 @@ SELECT pg_reload_conf();
<refentry 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