Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To install 9.0.1 on your box, run

./install.sh -v 9.0.1 -p [port your 9.0.1 server will listen on]

e.g

./install.sh -v 9.0.1 -p 15432

This will create a 9.0.1 runner script

~postgres/9.0.1.sh

So you can interact w/ your 9.0.1 environment like this

~postgres/9.0.1.sh createdb blah

etc.

To set XTRA Config Options:

env PGCONFIG_OPTIONS='--with-some-other-stuff' ./install.sh -v 9.0.1 -p 15432



About

shell scripts automatically builds and installs postgres from source; for use when installing multiple versions on the same machine

Resources

Stars

4 stars

Watchers

4 watching

Forks

Releases

Packages

Contributors

Languages