Cleanup variables
Update README
This commit is contained in:
parent
4c063d99a5
commit
5455588979
3 changed files with 87 additions and 44 deletions
12
README.md
12
README.md
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue