Changes between Version 46 and Version 47 of InstallationGuidelines/PostgreSQL
- Timestamp:
- 03/11/11 20:36:21 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/PostgreSQL
v46 v47 109 109 If using [wiki:InstallationGuidelinesGISDataLinux#PostGIS PostGIS] (recommended) then: 110 110 {{{ 111 apt-get install -y postgresql-8.4-postgis 112 su postgres 111 113 createlang plpgsql -d sahana 112 114 psql -d sahana -f /usr/share/postgresql/8.4/contrib/postgis-1.5/postgis.sql