mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Fixed #25979 -- Dropped support for PostgreSQL 9.1.
This commit is contained in:
parent
4d83b0163e
commit
c70c5f04a4
4 changed files with 10 additions and 4 deletions
|
@ -58,7 +58,7 @@ supported versions, and any notes for each of the supported database backends:
|
|||
================== ============================== ================== =========================================
|
||||
Database Library Requirements Supported Versions Notes
|
||||
================== ============================== ================== =========================================
|
||||
PostgreSQL GEOS, PROJ.4, PostGIS 9.1+ Requires PostGIS.
|
||||
PostgreSQL GEOS, PROJ.4, PostGIS 9.2+ Requires PostGIS.
|
||||
MySQL GEOS 5.5+ Not OGC-compliant; :ref:`limited functionality <mysql-spatial-limitations>`.
|
||||
Oracle GEOS 11.2+ XE not supported.
|
||||
SQLite GEOS, GDAL, PROJ.4, SpatiaLite 3.6.+ Requires SpatiaLite 3.0+, pysqlite2 2.5+
|
||||
|
|
|
@ -56,8 +56,8 @@ Post-installation
|
|||
Creating a spatial database
|
||||
---------------------------
|
||||
|
||||
PostGIS 2 includes an extension for Postgres 9.1+ that can be used to enable
|
||||
spatial functionality::
|
||||
PostGIS 2 includes an extension for PostgreSQL that's used to enable spatial
|
||||
functionality::
|
||||
|
||||
$ createdb <db name>
|
||||
$ psql <db name>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue