diff options
| author | Adam Vandenberg | 2010-10-30 22:02:59 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-10-30 22:02:59 -0700 |
| commit | 0e33d1ef22fd3dcaf1c75d04157453b29609d840 (patch) | |
| tree | 93a698f5655ca6869165ea221eb59e0cc0d4a78d /Library/Formula | |
| parent | dcfc1643d18b52ad67552cd27cdf544f33162f03 (diff) | |
| download | homebrew-0e33d1ef22fd3dcaf1c75d04157453b29609d840.tar.bz2 | |
Postgresql - add link about build failures
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/postgresql.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Formula/postgresql.rb b/Library/Formula/postgresql.rb index 36777edf1..bfa352111 100644 --- a/Library/Formula/postgresql.rb +++ b/Library/Formula/postgresql.rb @@ -85,6 +85,10 @@ class Postgresql <Formula def caveats 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: PYTHON=/usr/local/bin/python brew install postgresql See: |
