Changes between Version 9 and Version 10 of UsersWikiPostGIS20Debian60src
- Timestamp:
- 08/18/12 01:20:12 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiPostGIS20Debian60src
v9 v10 61 61 createdb template_postgis 62 62 createlang plpgsql template_postgis 63 psql -d template_postgis -c "UPDATE pg_database SET datistemplate=true WHERE datname='template_postgis'" 63 64 psql -d template_postgis -f /usr/share/postgresql/8.4/contrib/postgis-2.0/postgis.sql 64 65 psql -d template_postgis -f /usr/share/postgresql/8.4/contrib/postgis-2.0/spatial_ref_sys.sql