Changes between Version 46 and Version 47 of InstallationGuidelines/PostgreSQL


Ignore:
Timestamp:
03/11/11 20:36:21 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/PostgreSQL

    v46 v47  
    109109If using [wiki:InstallationGuidelinesGISDataLinux#PostGIS PostGIS] (recommended) then:
    110110{{{
     111apt-get install -y postgresql-8.4-postgis
     112su postgres
    111113createlang plpgsql -d sahana
    112114psql -d sahana -f /usr/share/postgresql/8.4/contrib/postgis-1.5/postgis.sql