Changes between Version 26 and Version 27 of InstallationGuidelines/PostgreSQL
- Timestamp:
- 10/24/10 16:51:27 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/PostgreSQL
v26 v27 100 100 createdb -O sahana -E UTF8 sahana 101 101 }}} 102 103 If using [wiki:InstallationGuidelinesGISDataLinux#PostGIS PostGIS] (recommended) then: 104 {{{ 105 createlang plpgsql -d sahana 106 psql -d sahana -f /usr/share/postgresql/8.4/contrib/postgis-1.5/postgis.sql 107 psql -d sahana -f /usr/share/postgresql/8.4/contrib/postgis-1.5/spatial_ref_sys.sql 108 }}} 102 109 == Install Python support for PostgreSQL == 103 110 {{{