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

Adding postgis #44

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Adding postgis #44

wants to merge 7 commits into from

Commits on Dec 18, 2015

  1. installing postgis packages

    Łukasz Wiecheć committed Dec 18, 2015
    Configuration menu
    Copy the full SHA
    280f2d8 View commit details
    Browse the repository at this point in the history
  2. adding docs

    Łukasz Wiecheć committed Dec 18, 2015
    Configuration menu
    Copy the full SHA
    bbd12cf View commit details
    Browse the repository at this point in the history
  3. adding vars for postgis extension

    Łukasz Wiecheć committed Dec 18, 2015
    Configuration menu
    Copy the full SHA
    c017a10 View commit details
    Browse the repository at this point in the history
  4. adding routines to create PostGIS-enabled database

    normally, to enable PostGIS for a database (including template db),
    issuing
    
        CREATE EXTENSION IF NOT EXISTS postgis;
    
    should suffice. However, this is not working in single-user mode (see
    http://stackoverflow.com/q/28147177/1547895).
    
    Instead, we are running PostGIS's SQL scripts.
    Łukasz Wiecheć committed Dec 18, 2015
    Configuration menu
    Copy the full SHA
    57abc71 View commit details
    Browse the repository at this point in the history
  5. version bump

    Łukasz Wiecheć committed Dec 18, 2015
    Configuration menu
    Copy the full SHA
    d703218 View commit details
    Browse the repository at this point in the history
  6. version bump

    Łukasz Wiecheć committed Dec 18, 2015
    Configuration menu
    Copy the full SHA
    b598e0a View commit details
    Browse the repository at this point in the history
  7. updating TOC

    Łukasz Wiecheć committed Dec 18, 2015
    Configuration menu
    Copy the full SHA
    8c0a352 View commit details
    Browse the repository at this point in the history