[SCM] PostGIS branch stable-3.5 updated. 3.5.2-24-g922bcd0bb
git at osgeo.org
git at osgeo.org
Tue Apr 15 12:38:46 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.5 has been updated
via 922bcd0bb830d228191fd3e7a62979512bb83895 (commit)
from 07c8ba1296bfef502752487f1e28740771f70a80 (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 922bcd0bb830d228191fd3e7a62979512bb83895
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Tue Apr 15 12:38:42 2025 -0700
Remove out-of-date entry for postgis_backend GUC
diff --git a/doc/reference_guc.xml b/doc/reference_guc.xml
index c0854c0b4..7844e7ce4 100644
--- a/doc/reference_guc.xml
+++ b/doc/reference_guc.xml
@@ -9,33 +9,6 @@ These can be set globally, by database, by session or by transaction. Best set a
</abstract>
</info>
-
- <refentry xml: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 xml:id="postgis_gdal_datapath">
<refnamediv>
<refname>postgis.gdal_datapath</refname>
-----------------------------------------------------------------------
Summary of changes:
doc/reference_guc.xml | 27 ---------------------------
1 file changed, 27 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list