diff options
| author | Claude Paroz <claude@2xlibre.net> | 2013-02-10 20:43:08 +0100 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2013-02-10 20:50:11 +0100 |
| commit | 44afe4460218c1207ca9d7b1495e3f60cb06d898 (patch) | |
| tree | c7099aa0583506e8d1a1345278dbc05eee2bf5fc /docs | |
| parent | 7b5ca126ee37cd386d9900b2ef29901debb28e9e (diff) | |
[1.5.x] Emphasized MyISAM pseudo-requirement for GeoDjango over MySQL
Refs #15295.
Backport of 8fbc20b24 from master.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/gis/install/index.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/ref/contrib/gis/install/index.txt b/docs/ref/contrib/gis/install/index.txt index 2987539f33..5273b5e630 100644 --- a/docs/ref/contrib/gis/install/index.txt +++ b/docs/ref/contrib/gis/install/index.txt @@ -46,8 +46,8 @@ how to install. Spatial database ---------------- -PostgreSQL (with PostGIS), MySQL, Oracle, and SQLite (with SpatiaLite) are -the spatial databases currently supported. +PostgreSQL (with PostGIS), MySQL (mostly with MyISAM engine), Oracle, and SQLite +(with SpatiaLite) are the spatial databases currently supported. .. note:: @@ -62,7 +62,7 @@ supported versions, and any notes for each of the supported database backends: Database Library Requirements Supported Versions Notes ================== ============================== ================== ========================================= PostgreSQL GEOS, PROJ.4, PostGIS 8.2+ Requires PostGIS. -MySQL GEOS 5.x Not OGC-compliant; limited functionality. +MySQL GEOS 5.x Not OGC-compliant; :ref:`limited functionality <mysql-spatial-limitations>`. Oracle GEOS 10.2, 11 XE not supported; not tested with 9. SQLite GEOS, GDAL, PROJ.4, SpatiaLite 3.6.+ Requires SpatiaLite 2.3+, pysqlite2 2.5+ ================== ============================== ================== ========================================= |
