Changes between Version 37 and Version 38 of InstallationGuidelines/Linux/Server/CherokeePostgreSQL
- Timestamp:
- 03/14/12 16:23:27 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/Linux/Server/CherokeePostgreSQL
v37 v38 625 625 su -c - postgres "psql -q -d sahana -f /usr/share/postgresql/8.4/contrib/postgis-1.5/postgis.sql" 626 626 su -c - postgres "psql -q -d sahana -f /usr/share/postgresql/8.4/contrib/postgis-1.5/spatial_ref_sys.sql" 627 su -c - postgres "psql -q -d sahana -c 'grant all on geometry_columns to sahana;'" 628 su -c - postgres "psql -q -d sahana -c 'grant all on spatial_ref_sys to sahana;'" 627 629 628 630 # Configure Database