summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2020-04-10 22:30:25 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2020-04-14 09:34:01 +0200
commita6b4c07b6ee1516e22ad2e512218e256b14bd15d (patch)
treef9d4e3d9c80f453ff408ddceccf5398917313dcf /docs/ref
parentcc70a0343ef51ffcc0b1211dd6e7abedc4b43ea6 (diff)
Refs #31196 -- Installed postgis_raster extension on PostGIS 3+.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/contrib/gis/install/postgis.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/ref/contrib/gis/install/postgis.txt b/docs/ref/contrib/gis/install/postgis.txt
index 3bebbd8810..ec56397a60 100644
--- a/docs/ref/contrib/gis/install/postgis.txt
+++ b/docs/ref/contrib/gis/install/postgis.txt
@@ -50,6 +50,11 @@ process. An alternative is to use a migration operation in your project::
...
]
+If you plan to use PostGIS raster functionality on PostGIS 3+, you should also
+activate the ``postgis_raster`` extension. You can install the extension using
+the :class:`~django.contrib.postgres.operations.CreateExtension` migration
+operation, or directly by running ``CREATE EXTENSION postgis_raster;``.
+
GeoDjango does not currently leverage any `PostGIS topology functionality`__.
If you plan to use those features at some point, you can also install the
``postgis_topology`` extension by issuing ``CREATE EXTENSION