pex. It's targeted at developers, allows easy customization, and supports multiple PostgreSQL installations.
Here is how it works:
Installation:
git clone git://github.com/petere/pex.git cd pex sudo make install
Install some packages:
pex init pex install plproxy pex search hash pex install pghashlib
Multiple PostgreSQL installations:
pex -g /usr/local/pgsql2 install plproxy pex -p 5433 install pghashlib
Upgrade:
pex update pex upgrade
It works a bit like Homebrew, except that it doesn't use Ruby or a lot of metaphors. ;-)
Check it out at https://github.com/petere/pex.
Hi,
ReplyDeleteThis sounds a nice idea, but do you know PGVM (PostgreSQL Version Manager - https://github.com/guedes/pgvm)??
PGVM was inspired in RVM (https://rvm.io/).
Best Regards,
Fabrízio Mello
I think pgvm and pex can complement each other well.
ReplyDelete