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

Scripts #39

Closed
wants to merge 3 commits into from
Closed

Scripts #39

wants to merge 3 commits into from

Conversation

fluca1978
Copy link
Collaborator

A possible straightforward implementation of running scripts when particular events occur.
Driven by configuration (permanent or on-the-fly).

The idea is to able to run a script as soon as:
- build finishes
- initdb finishes
- start finishes

So the user can control when and how to, for instance, install extensions.
See Pull Request theory#35 and issue theory#33.
@fluca1978
Copy link
Collaborator Author

Merged.
Close #33.

It is now possible to install extensions, like postgis, via custom script after the installation.

@fluca1978 fluca1978 closed this Oct 18, 2019
fluca1978 added a commit that referenced this pull request Oct 21, 2019
…tgreSQL.

See issue #31 and discussion about PR #39.

The idea is that PGENV will check every time a `check`, `use`, `start` command
is issued if the PATH contains $PGENV/pgsql/bin entry and if that
entry is ahead of other entries. In this way, the user will end up using
always the selected PostgreSQL binaries.
A new parameter PGENV_WARNINGS has been introduced in the configuration
settings so that it is possible to avoid the warnings.
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.

None yet

2 participants