- 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:
parent
4b57949ba8
commit
a6c857bcb4
2 changed files with 15 additions and 8 deletions
|
@ -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 |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue