Changes between Version 59 and Version 60 of InstallationGuidelines/PostgreSQL
- Timestamp:
- 03/14/12 22:53:19 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/PostgreSQL
v59 v60 157 157 158 158 == Add Geometry column to gis_location == 159 Tell Sahana that the DB is spatially-enabled so that routines can make use of this: 160 {{{ 161 vim models/000_config.py 162 deployment_settings.gis.spatialdb = True 163 }}} 164 165 166 The rest of this section is DEPRECATED (now done by Spatial DAL) 167 159 168 If using PostGIS, then once the tables have been created: 160 169 {{{ … … 193 202 su -c - postgres "psql -q -d sahana -f /tmp/autopopulate.sql" 194 203 }}} 195 196 Tell Sahana that the DB is spatially-enabled so that routines can make use of this:197 {{{198 vim models/000_config.py199 deployment_settings.gis.spatialdb = True200 }}}201 204 == Backups == 202 205 {{{