-
Notifications
You must be signed in to change notification settings - Fork 16
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
General enhancements for ease of use #53
Comments
Take into account that postgres has a log configuration which logs all SQL queries ( This setting should be disabled by default, specially in production environments. It may be useful tough to in development environments. |
Add |
tablefunc in order to pivot tables quickly. |
Maybe we could change |
Regarding to compile contrib extensions in default image I have some doubts. An alternative could be to document in main README how to add a contrib extension to your project Dockerfile extending from base image. What do you think about it? |
It would be nice also to have a vi installed |
I think is better if the people install Vim (or his choice text editor) in a custom or project derived image so we can maintain base image (this image) thinner. |
(edited my original coment) Except when you deploy behind a firewalled environment and you cannot install anything. In the image there is NO editor at all, nothing not even nano ... |
I agree with @cayetanobv, I think that it is not typical for docker images to have more than needed to run the target application/service in a context-less environment. This kind of software must be included in derived images. |
PG_CONF
reloaded in every rebootThe text was updated successfully, but these errors were encountered: