Skip to content

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