-
Notifications
You must be signed in to change notification settings - Fork 217
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 example how to enable extension #394
Conversation
Thanks, @hhorak! 👍 |
[test][test-openshift] |
Wouldn't it be better for users to have environment variables for that ? For example, if a user want to enable hstore, shipped by default, having to do a separate container is a bit annoying, while it could be done with a variable POSTGRES_EXTENSIONS, who would run CREATE IF NOT EXISTS at start on all extensions in the list (either space separated, or comma separated, whatever is the most consistent with others containers). |
So I went ahead with #399 (with tests and docs). |
[test] |
[test-openshift] |
[test] |
@hhorak Please generate also source via distgen. Let's get test it and merge it. Generated sources are outdated. |
cb84291
to
ebc071a
Compare
Rebased. |
[test] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. THanks for PR and also README.
TODO: This would deserve a test as well.