#16652: location of postgis.sql & spatial_ref_sys.sql need to be corrected.
-------------------------------------+-------------------------------------
               Reporter:  Eric       |          Owner:  nobody
  Jarvies                            |         Status:  new
                   Type:             |      Component:  Documentation
  Cleanup/optimization               |       Severity:  Normal
              Milestone:             |       Keywords:
                Version:  1.3        |      Has patch:  0
             Resolution:             |    Needs tests:  0
           Triage Stage:             |  Easy pickings:  0
  Unreviewed                         |
    Needs documentation:  0          |
Patch needs improvement:  0          |
                  UI/UX:  0          |
-------------------------------------+-------------------------------------

Old description:

> 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

New description:

 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

--

Comment (by aaugustin):

 Fixed formatting (please use preview).

-- 
Ticket URL: <https://code.djangoproject.com/ticket/16652#comment:2>
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.

Reply via email to