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

Add support for hstore extension #53

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

Conversation

jkal
Copy link

@jkal jkal commented Feb 12, 2016

Hi there,

Just a small change to enable optional creation of the hstore plugin.

Additionally, would you be open to a PR with a more general way of creating extensions (e.g. DB_EXTENSIONS=unaccent,hstore,fuzzystrmatch)?

Łukasz Wiecheć and others added 21 commits December 18, 2015 09:49
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.
environment variable DB_POSTGIS_TOPOLOGY controls creation of
'postgis_topology' extension _only_ when user selects PostGIS extension.

refs sameersbn#44
…ization

fixing issue with PostGIS topology extension
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants