Changes between Version 12 and Version 13 of UsersWikiPostGIS20Ubuntu1110src


Ignore:
Timestamp:
Aug 18, 2012, 1:21:46 AM (12 years ago)
Author:
Mike Taves
Comment:

true template

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiPostGIS20Ubuntu1110src

    v12 v13  
    7676{{{
    7777sudo -u postgres createdb template_postgis
     78sudo -u postgres psql -d template_postgis -c "UPDATE pg_database SET datistemplate=true WHERE datname='template_postgis'"
    7879sudo -u postgres psql -d template_postgis -f /usr/share/postgresql/9.1/contrib/postgis-2.0/postgis.sql
    7980sudo -u postgres psql -d template_postgis -f /usr/share/postgresql/9.1/contrib/postgis-2.0/spatial_ref_sys.sql