Changes between Version 26 and Version 27 of InstallationGuidelines/PostgreSQL


Ignore:
Timestamp:
10/24/10 16:51:27 (14 years ago)
Author:
Fran Boon
Comment:

PostGIS support in the Sahana database

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/PostgreSQL

    v26 v27  
    100100createdb -O sahana -E UTF8 sahana
    101101}}}
     102
     103If using [wiki:InstallationGuidelinesGISDataLinux#PostGIS PostGIS] (recommended) then:
     104{{{
     105createlang plpgsql -d sahana
     106psql -d sahana -f /usr/share/postgresql/8.4/contrib/postgis-1.5/postgis.sql
     107psql -d sahana -f /usr/share/postgresql/8.4/contrib/postgis-1.5/spatial_ref_sys.sql
     108}}}
    102109== Install Python support for PostgreSQL ==
    103110{{{