[SCM] PostGIS branch stable-3.4 updated. 3.4.4-9-gedee743b3
git at osgeo.org
git at osgeo.org
Tue Apr 15 12:39:38 PDT 2025
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.4 has been updated
via edee743b38f1518d683e1f879c26b579514ead66 (commit)
from 6f0107c7e3a9c6c16eef99842f7b47cec4ba2cd9 (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 edee743b38f1518d683e1f879c26b579514ead66
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Tue Apr 15 12:39:23 2025 -0700
Remove out-of-date entry for postgis_backend GUC
diff --git a/doc/reference_guc.xml b/doc/reference_guc.xml
index 1b7b657aa..72552e97f 100644
--- a/doc/reference_guc.xml
+++ b/doc/reference_guc.xml
@@ -8,32 +8,6 @@ These can be set globally, by database, by session or by transaction. Best set a
</sect1info>
<title>Grand Unified Custom Variables (GUCs)</title>
- <refentry id="postgis_backend">
- <refnamediv>
- <refname>postgis.backend</refname>
- <refpurpose>The backend to service a function where GEOS and SFCGAL overlap. Options: geos or sfcgal. Defaults to geos.</refpurpose>
- </refnamediv>
-
- <refsection>
- <title>Description</title>
- <para>This GUC is only relevant if you compiled PostGIS with sfcgal support. By default <varname>geos</varname> backend is used for functions where both GEOS and SFCGAL have the same named function. This variable allows you to override and make sfcgal the backend to service the request.</para>
- <para role="availability" conformance="2.1.0">Availability: 2.1.0</para>
- </refsection>
-
- <refsection>
- <title>Examples</title>
- <para>Sets backend just for life of connection</para>
- <programlisting>set postgis.backend = sfcgal;</programlisting>
-
- <para>Sets backend for new connections to database</para>
- <programlisting>ALTER DATABASE mygisdb SET postgis.backend = sfcgal;</programlisting>
- </refsection>
- <refsection>
- <title>See Also</title>
- <para><xref linkend="reference_sfcgal" /></para>
- </refsection>
- </refentry>
-
<refentry id="postgis_gdal_datapath">
<refnamediv>
<refname>postgis.gdal_datapath</refname>
-----------------------------------------------------------------------
Summary of changes:
doc/reference_guc.xml | 26 --------------------------
1 file changed, 26 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list