Add support for per env postgresql configs.

When these configs are present, conf files from pgconfigs are skipped.
This commit is contained in:
Yogesh Sharma 2025-03-06 17:26:07 -05:00
parent 72aae13e86
commit 14e4b865ca
Signed by: yogesh.sharma
GPG key ID: 47778BF1D2A81254
2 changed files with 18 additions and 3 deletions

View file

@ -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 |