Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use "CREATE EXTENSION postgis; ..." on Ubuntu trusty #156

Merged
merged 1 commit into from
Jan 23, 2015

Commits on Jan 6, 2015

  1. Use "CREATE EXTENSION postgis; ..." on Ubuntu trusty

    As described here:
    
      https://docs.djangoproject.com/en/1.6/ref/contrib/gis/install/postgis/#creating-a-spatial-database-with-postgis-2-0-and-postgresql-9-1
    
    ... creating a PostGIS database should be done with
    "CREATE EXTENSION postgis; CREATE EXTENSION postgis_topology;"
    where PostGIS and PostgreSQL are late enough versions, rather
    than the script to create a template_postgis template.
    
    The only supported distribution where we have these versions is
    currently Ubuntu trusty.
    mhl committed Jan 6, 2015
    Configuration menu
    Copy the full SHA
    bf08824 View commit details
    Browse the repository at this point in the history