Changes between Version 12 and Version 13 of UsersWikiPostGIS20Ubuntu1110src

Show
Ignore:
Timestamp:
08/18/12 01:21:46 (9 months ago)
Author:
mwtoews
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