Changes between Version 9 and Version 10 of UsersWikiPostGIS20Debian60src


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

true template

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiPostGIS20Debian60src

    v9 v10  
    6161createdb template_postgis
    6262createlang plpgsql template_postgis
     63psql -d template_postgis -c "UPDATE pg_database SET datistemplate=true WHERE datname='template_postgis'"
    6364psql -d template_postgis -f /usr/share/postgresql/8.4/contrib/postgis-2.0/postgis.sql
    6465psql -d template_postgis -f /usr/share/postgresql/8.4/contrib/postgis-2.0/spatial_ref_sys.sql