[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0beta2-8-gd624c45fe
git at osgeo.org
git at osgeo.org
Sat Jul 23 11:52:56 PDT 2022
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 d624c45fe4941ae79f3a85e48d8eca54d676597f (commit)
from 9591bf8933672a744b42bfb636fd0193472f425c (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 d624c45fe4941ae79f3a85e48d8eca54d676597f
Author: Regina Obe <lr at pcorp.us>
Date: Sat Jul 23 14:42:47 2022 -0400
1. Introduce a &max_postgres_version; so we can use in docs in the
multiple places it is needed
2. Change docs where it says PostgreSQL &min_postgres_version; or higher to PostgreSQL
&min_postgres_version; - &max_postgres_version;
diff --git a/doc/installation.xml b/doc/installation.xml
index 1058d1427..77b7eda72 100644
--- a/doc/installation.xml
+++ b/doc/installation.xml
@@ -44,7 +44,7 @@ in each individual database you want to use it in.
The PostGIS module is an extension to the PostgreSQL backend server. As
such, PostGIS &last_release_version; <emphasis>requires</emphasis> full
PostgreSQL server headers access in order to compile. It can be built
- against PostgreSQL versions &min_postgres_version; or higher. Earlier
+ against PostgreSQL versions &min_postgres_version; - &max_postgres_version;. Earlier
versions of PostgreSQL are <emphasis>not</emphasis> supported.
</para>
@@ -133,7 +133,7 @@ tar -xvzf postgis-&last_release_version;.tar.gz</programlisting>
<itemizedlist>
<listitem>
<para>
- PostgreSQL &min_postgres_version; or higher. A complete installation
+ PostgreSQL &min_postgres_version; - &max_postgres_version;. A complete installation
of PostgreSQL (including server headers) is required. PostgreSQL
is available from
<ulink url="http://www.postgresql.org">
@@ -241,7 +241,7 @@ tar -xvzf postgis-&last_release_version;.tar.gz</programlisting>
<listitem>
<para>
- SFCGAL, version 1.3.1 (or higher), 1.4.0 or higher is recommended. SFCGAL can be used to provide additional 2D and 3D advanced analysis functions to PostGIS cf <xref linkend="reference_sfcgal" />. And also allow to use SFCGAL rather than GEOS for some 2D functions provided by both backends (like ST_Intersection or ST_Area, for instance). A PostgreSQL configuration variable <code>postgis.backend</code> allow end user to control which backend he want to use if SFCGAL is installed (GEOS by default). Nota: SFCGAL 1.2 require at least CGAL 4.3 and Boost 1.54 (cf: <ulink url="https://oslandia.gitlab.io/SFCGAL/dev.html">https://oslandia.gitlab.io/SFCGAL/dev.html</ulink>)
+ SFCGAL, version 1.3.1 (or higher), 1.4.1 or higher is recommended. SFCGAL can be used to provide additional 2D and 3D advanced analysis functions to PostGIS cf <xref linkend="reference_sfcgal" />. And also allow to use SFCGAL rather than GEOS for some 2D functions provided by both backends (like ST_Intersection or ST_Area, for instance). A PostgreSQL configuration variable <code>postgis.backend</code> allow end user to control which backend he want to use if SFCGAL is installed (GEOS by default). Nota: SFCGAL 1.2 require at least CGAL 4.3 and Boost 1.54 (cf: <ulink url="https://oslandia.gitlab.io/SFCGAL/dev.html">https://oslandia.gitlab.io/SFCGAL/dev.html</ulink>)
<ulink url="https://gitlab.com/Oslandia/SFCGAL/">https://gitlab.com/Oslandia/SFCGAL/</ulink>.
</para>
diff --git a/doc/postgis.xml b/doc/postgis.xml
index 5399f5819..b47f7c893 100644
--- a/doc/postgis.xml
+++ b/doc/postgis.xml
@@ -11,9 +11,10 @@
<!ENTITY postgis_download_url "@@POSTGIS_DOWNLOAD_URL@@/postgis-@@LAST_RELEASE_VERSION@@.tar.gz">
<!-- Change these values to update the version numbers referenced within the documentation -->
-<!ENTITY last_proj_release_version "8.2.1">
-<!ENTITY last_geos_release_version "3.10.1">
+<!ENTITY last_proj_release_version "9.0.1">
+<!ENTITY last_geos_release_version "3.11.0">
<!ENTITY min_postgres_version "11">
+<!ENTITY max_postgres_version "15">
<!ENTITY introduction SYSTEM "introduction.xml">
<!ENTITY installation SYSTEM "installation.xml">
-----------------------------------------------------------------------
Summary of changes:
doc/installation.xml | 6 +++---
doc/postgis.xml | 5 +++--
2 files changed, 6 insertions(+), 5 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list