-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add cluster
options to create more than one $PGDATA for the same version
#4
Comments
I'm thinking about we have a way to manage clusters without need to set 'pgvm use' first... we must put the PostgreSQL version at the beginning of cluster name to indicate which cluster we have do sometings without need to set 'pgvm use' first. I show below some samples: $ pgvm list
=> PostgreSQL 9.2.0 [ ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV) ] $ pgvm cluster list --all $ pgvm cluster start 8.3.20@test Comments? |
Please do it and send a pull request, 👍 |
This allow you to have many data directories for the same PostgreSQL Installed Version
The text was updated successfully, but these errors were encountered: