diff options
| author | Tim Graham <timograham@gmail.com> | 2017-09-22 15:09:37 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-09-22 15:09:37 -0400 |
| commit | d90936f41a2d7a3361e51fc49be033ba0f05f458 (patch) | |
| tree | 20d8ca0de3c06d215c4e9e8bb7b6545136f93d1e /docs/ref | |
| parent | 4a461d49c775331ed52418f007974d61be1e06b9 (diff) | |
Refs #27788 -- Corrected minimum supported Oracle version in GIS docs.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/gis/install/index.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/gis/install/index.txt b/docs/ref/contrib/gis/install/index.txt index 313a2107c9..acfbaa68a4 100644 --- a/docs/ref/contrib/gis/install/index.txt +++ b/docs/ref/contrib/gis/install/index.txt @@ -60,7 +60,7 @@ Database Library Requirements Supported Versions Notes ================== ============================== ================== ========================================= PostgreSQL GEOS, GDAL, PROJ.4, PostGIS 9.3+ Requires PostGIS. MySQL GEOS, GDAL 5.5+ Not OGC-compliant; :ref:`limited functionality <mysql-spatial-limitations>`. -Oracle GEOS, GDAL 11.2+ XE not supported. +Oracle GEOS, GDAL 12.1+ XE not supported. SQLite GEOS, GDAL, PROJ.4, SpatiaLite 3.6.+ Requires SpatiaLite 4.0+ ================== ============================== ================== ========================================= |
