[postgis-tickets] [SCM] PostGIS; Spatial objects for PostgreSQL. branch master updated. 997896338035a0264566dde529ce28b0b69c9f63

git at osgeo.org git at osgeo.org
Mon Oct 28 03:14:13 PDT 2019


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; Spatial objects for PostgreSQL.".

The branch, master has been updated
       via  997896338035a0264566dde529ce28b0b69c9f63 (commit)
      from  306a09dbc0251a7acb7bcba261c48891df458fcd (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 997896338035a0264566dde529ce28b0b69c9f63
Author: Jorge Gustavo Rocha <jgr at di.uminho.pt>
Date:   Mon Oct 28 09:29:42 2019 +0000

    Tiny fix to the GUC documentation

diff --git a/doc/reference_guc.xml b/doc/reference_guc.xml
index f27ff53..17009f1 100644
--- a/doc/reference_guc.xml
+++ b/doc/reference_guc.xml
@@ -155,7 +155,7 @@ SET postgis.gdal_datapath = 'C:/Program Files/PostgreSQL/9.3/gdal-data';</progra
 				<programlisting>ALTER DATABASE mygisdb SET postgis.gdal_enabled_drivers TO 'GTiff PNG JPEG';</programlisting>
 
 				<para>Sets default enabled drivers for all new connections to server. Requires super user access and PostgreSQL 9.4+.
-				    Also not that database, session, and user settings override this.</para>
+				    Also note that database, session, and user settings override this.</para>
 				<programlisting>ALTER SYSTEM SET postgis.gdal_enabled_drivers TO 'GTiff PNG JPEG';
 SELECT pg_reload_conf();
 				</programlisting>
@@ -209,7 +209,7 @@ SET postgis.gdal_enabled_drivers = 'DISABLE_ALL';
 
 				<note>
 					<para>
-						Even if <varname>postgis.enable_outdb_rasters</varname> is True, the GUC <varname>postgis.enable_outdb_rasters</varname> determines the accessible raster formats.
+						Even if <varname>postgis.enable_outdb_rasters</varname> is True, the GUC <varname>postgis.gdal_enabled_drivers</varname> determines the accessible raster formats.
 					</para>
 				</note>
 

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

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


hooks/post-receive
-- 
PostGIS; Spatial objects for PostgreSQL.


More information about the postgis-tickets mailing list