- Fix errors for zsh commands

- Check for DIR presence before running a command
- add support for pgconfdigs folder
- Update README
This commit is contained in:
Yogesh Sharma 2024-01-10 12:14:53 -05:00
parent 4b57949ba8
commit a6c857bcb4
Signed by: yogesh.sharma
GPG key ID: 47778BF1D2A81254
2 changed files with 15 additions and 8 deletions

View file

@ -18,6 +18,12 @@
| PG_INST_NAME | <PG_DEV_NAME>-INST | Name of the install folder |
| PG_ENV_CFLAGS | | Extra CFLAGS |
PostgreSQL extra configs shall be store in `${GIT_DIR}/pgconfigs/` in this naming convention:
```
pg${PGV}.conf
pg${PGV}-<Cluster #>.conf
```
### Advance setting for pg-env
| Config | Defaults | Description |