#16652: location of postgis.sql & spatial_ref_sys.sql need to be corrected.
----------------------------------+-------------------------------
Reporter: Eric Jarvies | Owner: nobody
Type: Cleanup/optimization | Status: new
Milestone: | Component: Documentation
Version: 1.3 | Severity: Normal
Keywords: | Triage Stage: Unreviewed
Has patch: 0 | Easy pickings: 0
UI/UX: 0 |
----------------------------------+-------------------------------
Currently the PostGIS instructions indicate the user should do this:
$ psql -d template_postgis -f $POSTGIS_SQL_PATH/postgis.sql
$ psql -d template_postgis -f $POSTGIS_SQL_PATH/spatial_ref_sys.sql
it errors with this:
/usr/share/postgresql/8.4/contrib/postgis-1.5.2/postgis.sql: No such file
or directory
The reason for the directory not being found, is because the postgis.sql &
spatial_ref_sys.sql files are located in a 1.5 folder instead of a 1.5.2
folder:
/usr/share/postgresql/8.4/contrib/postgis-1.5/
Eric Jarvies
--
Ticket URL: <https://code.djangoproject.com/ticket/16652>
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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.