#24672: Remove postgis_topology creation from PostGIS install page
-------------------------------------+-------------------------------------
Reporter: int-ua | Owner: nobody
Type: | Status: new
Cleanup/optimization |
Component: Documentation | Version: master
Severity: Normal | Resolution:
Keywords: | Triage Stage:
| Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 1 | UI/UX: 0
-------------------------------------+-------------------------------------
Comment (by claudep):
What about this:
{{{
#!diff
diff --git a/docs/ref/contrib/gis/install/postgis.txt
b/docs/ref/contrib/gis/install/postgis.txt
index 74c688f..c31ac71 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 itself does currently not leverage any of the `PostGIS topology
+functionalities`__, but if you plan to use them 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
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/24672#comment:4>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/064.ef1ef78634bccefbf522d8e9d774191f%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.