Now per folder configs are loaded after PG_CONFIG
Call stopdb when deactivating env
This commit is contained in:
parent
14e4b865ca
commit
202b89c381
2 changed files with 5 additions and 5 deletions
|
@ -24,7 +24,7 @@ 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/`:
|
||||
PostgreSQL local configs per folder are named similarly but starts with (.) dot and stored in worktree folder. These will overlay on top of `${GIT_DIR}/pgconfigs/` settings.
|
||||
|
||||
```
|
||||
.pg${PGV}.conf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue