No description
Find a file
2023-06-06 09:46:30 -04:00
LICENSE Initial commit 2023-06-06 09:11:48 -04:00
pg-env Initial check-in of pg-env 2023-06-06 09:46:30 -04:00
README.md Initial check-in of pg-env 2023-06-06 09:46:30 -04:00

PostgreSQL development environment management script

Setting up environment

export PGV=<major version|HEAD>

Activate PostgreSQL Developmnent ENvironment

source pg-env

Compile PostgreSQL source and install

compile

Compile PostgreSQL contrib and install

compile_contrib

Start PostgreSQL

startdb

Stop PostgtreSQL

stopdb

Restart PostgreSQL

restartdb

Remove PGDATA

rmdb

Initialize PostgreSQL Cluster and include custom config

setupdb

Reset DB

resetdb

Reset and Setup Node N

resetdbN

Reset database and install direcotory

resetall

deactivate the environment

deactivate