Postgresql - add link about build failures
This commit is contained in:
parent
270cb0116b
commit
b77fed05c8
1 changed files with 4 additions and 0 deletions
|
@ -85,6 +85,10 @@ class Postgresql <Formula
|
||||||
|
|
||||||
def caveats
|
def caveats
|
||||||
s = <<-EOS
|
s = <<-EOS
|
||||||
|
If builds of Postgresl 9 are failing and you have version 8.x installed,
|
||||||
|
you may need to remove the previous version first. See:
|
||||||
|
http://github.com/mxcl/homebrew/issues/issue/2510
|
||||||
|
|
||||||
To build plpython against a specific Python, set PYTHON prior to brewing:
|
To build plpython against a specific Python, set PYTHON prior to brewing:
|
||||||
PYTHON=/usr/local/bin/python brew install postgresql
|
PYTHON=/usr/local/bin/python brew install postgresql
|
||||||
See:
|
See:
|
||||||
|
|
Loading…
Reference in a new issue