Changes between Initial Version and Version 1 of Ticket #16455, comment 68


Ignore:
Timestamp:
May 26, 2013, 6:52:13 PM (11 years ago)
Author:
Robert Coup

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16455, comment 68

    initial v1  
    1 If you get a message like `operator class "gist_geometry_ops" does not exist for access method "gist"` and you're running a recent Django release & PostGIS 2.0+, check that `settings.POSTGIS_VERSION` is either not set, or set to the PostGIS version installed in your database eg. `POSTGIS_VERSION=(2,0,1)`. You can check this via `SELECT postgis_full_version();` from a SQL shell.
     1If you get a message like `operator class "gist_geometry_ops" does not exist for access method "gist"` and you're running a recent Django release & PostGIS 2.0+, check that `settings.POSTGIS_VERSION` is either not set, or set to the PostGIS version installed in your database eg. `POSTGIS_VERSION=(2,0,1)`. You can get the exact version via `SELECT postgis_full_version();` from a SQL shell.
Back to Top