Skip to content

Commit f5e49ea

Browse files
committed
GEOMESA-3491 Postgis - Add compatibility notes for Postgres 17
1 parent abf66ca commit f5e49ea

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

docs/user/postgis/index.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ GeoMesa provides an extension to the standard GeoTools PostGIS data store for be
77
of time series data. The GeoMesa extension leverages PostgreSQL's native partitioning to support
88
efficient spatio-temporal queries against large data sets.
99

10+
.. info::
11+
12+
GeoMesa currently supports PostgreSQL 15, 16 and 17.
13+
14+
.. warning::
15+
16+
When using PostgreSQL 17, PostGIS must be version 3.5.2 or later.
17+
1018
.. toctree::
1119
:maxdepth: 1
1220

docs/user/postgis/install.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Installing Partitioned PostGIS
22
==============================
33

4+
.. info::
5+
6+
GeoMesa currently supports PostgreSQL 15, 16 and 17.
7+
8+
.. warning::
9+
10+
When using PostgreSQL 17, PostGIS must be version 3.5.2 or later.
11+
412
The partitioned PostGIS data store is bundled with the ``geomesa-gt`` command-line tools. See :ref:`gt_tools` for
513
installation instructions.
614

0 commit comments

Comments
 (0)