Cleanup variables

Update README
This commit is contained in:
Yogesh Sharma 2023-10-20 07:41:19 -04:00
parent 4c063d99a5
commit 5455588979
Signed by: yogesh.sharma
GPG key ID: 47778BF1D2A81254
3 changed files with 87 additions and 44 deletions

View file

@ -1,7 +1,19 @@
# PostgreSQL development environment management script
## Configuration settings
| Config | Defaults | Description |
| PGV | None | PostgreSQL Major Version or HEAD |
| GIT_DIR | ${HOME}/gitwork | Your GIT workspace directory name |
| PG_DEV_NAME | postgresql-<PGV> | Name of the source code folder (a git worktree) |
| PG_INST_NAME | <PG_DEV_NAME>-INST | Name of the install folder |
## Setting up environment
You can create ~/.pg-env with your global settings
You can create ./.pg-env with your per folder settings
export PGV=<major version|HEAD>
## Activate PostgreSQL Developmnent ENvironment