Changes between Version 29 and Version 30 of GIS/InstallationGuidelines/Linux
- Timestamp:
- 09/26/10 16:41:30 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GIS/InstallationGuidelines/Linux
v29 v30 19 19 psql -d gis -f /usr/share/postgresql/8.4/contrib/postgis-1.5/postgis.sql 20 20 psql -d gis -f /usr/share/postgresql/8.4/contrib/postgis-1.5/spatial_ref_sys.sql 21 }}} 22 23 Ad HStore support for arbitrary Key/Value tags such as are used by !OpenStreetMap: 24 {{{ 25 su postgres 26 psql -d gis -f /usr/share/postgresql/8.4/contrib/hstore.sql 21 27 }}} 22 28