diff options
| author | Claude Paroz <claude@2xlibre.net> | 2015-04-21 17:54:38 +0200 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2015-04-21 17:57:36 +0200 |
| commit | 99bf9085a3c3bc54152b49e1e2ebec077daf54cf (patch) | |
| tree | 14242eb53a08f4babf61c35daf4a034b99f3c452 /docs | |
| parent | 2329ca969f81309bd3d15da55f25f8e1bee3122d (diff) | |
[1.8.x] Fixed #24672 -- Clarified note about installing postgis_topology
Thanks Serhiy Zahoriya for the suggestion and Tim Graham for the
review.
Backport of 6e8cb75e3e from master.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/gis/install/postgis.txt | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/ref/contrib/gis/install/postgis.txt b/docs/ref/contrib/gis/install/postgis.txt index 74c688f1da..3191a769ef 100644 --- a/docs/ref/contrib/gis/install/postgis.txt +++ b/docs/ref/contrib/gis/install/postgis.txt @@ -63,10 +63,13 @@ spatial functionality:: $ createdb <db name> $ psql <db name> > CREATE EXTENSION postgis; - > CREATE EXTENSION postgis_topology; -No PostGIS topology functionalities are yet available from GeoDjango, so the -creation of the ``postgis_topology`` extension is entirely optional. +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 +postgis_topology;``. + +__ http://postgis.net/docs/Topology.html .. versionchanged:: 1.8 |
