diff options
Diffstat (limited to 'docs/ref/contrib')
| -rw-r--r-- | docs/ref/contrib/gis/install/index.txt | 2 | ||||
| -rw-r--r-- | docs/ref/contrib/gis/install/postgis.txt | 4 |
2 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 f84c34c5d3..f30a3d74dc 100644 --- a/docs/ref/contrib/gis/install/index.txt +++ b/docs/ref/contrib/gis/install/index.txt @@ -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+ diff --git a/docs/ref/contrib/gis/install/postgis.txt b/docs/ref/contrib/gis/install/postgis.txt index 7e724938ba..646e2aae2b 100644 --- a/docs/ref/contrib/gis/install/postgis.txt +++ b/docs/ref/contrib/gis/install/postgis.txt @@ -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> |
