diff options
| author | Nick Pope <nick@nickpope.me.uk> | 2022-01-10 17:47:32 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-10 18:47:32 +0100 |
| commit | 274771df9133542df048cc104c19e7756f9d3715 (patch) | |
| tree | d153cb65e77ee02fe8adf1cda0bb68c9c80feef3 /docs | |
| parent | f4b06a3cc1e54888ff86f36a1f9a3ddf21292314 (diff) | |
Fixed #33428 -- Confirmed support for PostGIS 3.2.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/gis/install/geolibs.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/ref/contrib/gis/install/geolibs.txt b/docs/ref/contrib/gis/install/geolibs.txt index c06783cc23..405681afba 100644 --- a/docs/ref/contrib/gis/install/geolibs.txt +++ b/docs/ref/contrib/gis/install/geolibs.txt @@ -12,7 +12,7 @@ Program Description Required `PROJ`_ Cartographic Projections library Yes (PostgreSQL and SQLite only) 8.x, 7.x, 6.x, 5.x, 4.x :doc:`GDAL <../gdal>` Geospatial Data Abstraction Library Yes 3.3, 3.2, 3.1, 3.0, 2.4, 2.3, 2.2, 2.1 :doc:`GeoIP <../geoip2>` IP-based geolocation library No 2 -`PostGIS`__ Spatial extensions for PostgreSQL Yes (PostgreSQL only) 3.1, 3.0, 2.5, 2.4 +`PostGIS`__ Spatial extensions for PostgreSQL Yes (PostgreSQL only) 3.2, 3.1, 3.0, 2.5, 2.4 `SpatiaLite`__ Spatial extensions for SQLite Yes (SQLite only) 5.0, 4.3 ======================== ==================================== ================================ ====================================== @@ -38,6 +38,7 @@ totally fine with GeoDjango. Your mileage may vary. PostGIS 2.5.0 2018-09-23 PostGIS 3.0.0 2019-10-20 PostGIS 3.1.0 2020-12-18 + PostGIS 3.2.0 2021-12-18 SpatiaLite 4.3.0 2015-09-07 SpatiaLite 5.0.0 2020-08-23 |
