Add support for per env postgresql configs.
When these configs are present, conf files from pgconfigs are skipped.
This commit is contained in:
parent
72aae13e86
commit
14e4b865ca
2 changed files with 18 additions and 3 deletions
|
@ -24,6 +24,13 @@ pg${PGV}.conf
|
|||
pg${PGV}-<Cluster #>.conf
|
||||
```
|
||||
|
||||
PostgreSQL local configs per are named similarly but starts with (.) dot and stored in worktree folder. These will superseed `${GIT_DIR}/pgconfigs/`:
|
||||
|
||||
```
|
||||
.pg${PGV}.conf
|
||||
.pg${PGV}-<Cluster #>.conf
|
||||
```
|
||||
|
||||
### Advance setting for pg-env
|
||||
|
||||
| Config | Defaults | Description |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue