Fix README.md formatting
This commit is contained in:
parent
9a38aae35d
commit
72aae13e86
1 changed files with 36 additions and 36 deletions
72
README.md
72
README.md
|
@ -44,8 +44,8 @@ Note: Max 1 - 5 Clusters are allowed.
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
- Clone
|
- Clone
|
||||||
- Symlink `ln -s <Clone Dir>/pg-env ~/bin/pg-env`
|
- Symlink `ln -s <Clone Dir>/pg-env ~/bin/pg-env`
|
||||||
|
|
||||||
## Setup commitfest Patch testing
|
## Setup commitfest Patch testing
|
||||||
|
|
||||||
|
@ -64,60 +64,60 @@ For testing against a stable branch ex: release 12
|
||||||
`pg-env commitfest 48 4962 REL_12_STABLE`
|
`pg-env commitfest 48 4962 REL_12_STABLE`
|
||||||
|
|
||||||
## Activate PostgreSQL Development Environment
|
## Activate PostgreSQL Development Environment
|
||||||
`source ~/bin/pg-env`
|
`source ~/bin/pg-env`
|
||||||
|
|
||||||
## Run distclean on PostgreSQL source
|
## Run distclean on PostgreSQL source
|
||||||
`distclean`
|
`distclean`
|
||||||
|
|
||||||
## Compile PostgreSQL source and install
|
## Compile PostgreSQL source and install
|
||||||
`compile`
|
`compile`
|
||||||
|
|
||||||
## Compile PostgreSQL contrib and install
|
## Compile PostgreSQL contrib and install
|
||||||
`compile_contrib`
|
`compile_contrib`
|
||||||
|
|
||||||
## Start PostgreSQL
|
## Start PostgreSQL
|
||||||
`startdb <Clusters>`
|
`startdb <Clusters>`
|
||||||
ex:
|
ex:
|
||||||
startdb
|
startdb
|
||||||
startdb 1 2 3
|
startdb 1 2 3
|
||||||
|
|
||||||
## Stop PostgtreSQL
|
## Stop PostgtreSQL
|
||||||
`stopdb <Clusters>`
|
`stopdb <Clusters>`
|
||||||
ex:
|
ex:
|
||||||
stopdb
|
stopdb
|
||||||
stopdb 1 2 3
|
stopdb 1 2 3
|
||||||
|
|
||||||
## Restart PostgreSQL
|
## Restart PostgreSQL
|
||||||
`restartdb <Clusters>`
|
`restartdb <Clusters>`
|
||||||
ex:
|
ex:
|
||||||
restartdb
|
restartdb
|
||||||
restartdb 1 2 3
|
restartdb 1 2 3
|
||||||
|
|
||||||
## Remove PGDATA
|
## Remove PGDATA
|
||||||
`cleandb <Clusters>`
|
`cleandb <Clusters>`
|
||||||
ex:
|
ex:
|
||||||
cleandb
|
cleandb
|
||||||
cleandb 1 2 3
|
cleandb 1 2 3
|
||||||
|
|
||||||
## Initialize PostgreSQL Cluster and include custom config
|
## Initialize PostgreSQL Cluster and include custom config
|
||||||
`setupdb <Clusters>`
|
`setupdb <Clusters>`
|
||||||
ex:
|
ex:
|
||||||
setupdb
|
setupdb
|
||||||
setupdb 1 2 3
|
setupdb 1 2 3
|
||||||
|
|
||||||
## Reset DB
|
## Reset DB
|
||||||
`resetdb <Clusters>`
|
`resetdb <Clusters>`
|
||||||
ex:
|
ex:
|
||||||
resetdb
|
resetdb
|
||||||
resetdb 1 2 3
|
resetdb 1 2 3
|
||||||
|
|
||||||
## Reset database and install direcotory
|
## Reset database and install direcotory
|
||||||
`resetall <Clusters>`
|
`resetall <Clusters>`
|
||||||
ex:
|
ex:
|
||||||
resetall
|
resetall
|
||||||
resetall 1 2 3
|
resetall 1 2 3
|
||||||
|
|
||||||
## deactivate the environment
|
## deactivate the environment
|
||||||
`deactivate`
|
`deactivate`
|
||||||
Exit from pg-env
|
Exit from pg-env
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue