Changes between Version 3 and Version 4 of UsersWikiPostGIS15Ubuntu1110src


Ignore:
Timestamp:
Aug 18, 2012, 1:23:35 AM (12 years ago)
Author:
Mike Taves
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