Changes between Version 3 and Version 4 of UsersWikiPostGIS15Ubuntu1110src

Show
Ignore:
Timestamp:
08/18/12 01:23:35 (9 months ago)
Author:
mwtoews
Comment:

true template

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiPostGIS15Ubuntu1110src

    v3 v4  
    4343{{{ 
    4444sudo -u postgres createdb template_postgis 
     45sudo -u postgres psql -d template_postgis -c "UPDATE pg_database SET datistemplate=true WHERE datname='template_postgis'" 
    4546sudo -u postgres psql -d template_postgis -f /usr/share/postgresql/9.1/contrib/postgis-1.5/postgis.sql 
    4647sudo -u postgres psql -d template_postgis -f /usr/share/postgresql/9.1/contrib/postgis-1.5/spatial_ref_sys.sql