Opened 13 years ago

Last modified 13 years ago

#16652 closed Cleanup/optimization

location of postgis.sql & spatial_ref_sys.sql need to be corrected. — at Version 2

Reported by: Eric Jarvies Owned by: nobody
Component: Documentation Version: 1.3
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description (last modified by Aymeric Augustin)

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

Change History (2)

comment:1 by anonymous, 13 years ago

This ticket pertains to the instructions located at: https://docs.djangoproject.com/en/dev/ref/contrib/gis/install/#ref-gis-install

comment:2 by Aymeric Augustin, 13 years ago

Description: modified (diff)

Fixed formatting (please use preview).

Note: See TracTickets for help on using tickets.
Back to Top