Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have just read "Mac OSX Lion includes Postgresql" (Repairing Postgresql after upgrading to OSX 10.7 Lion).

Assuming I buy a brand new MacBook Pro running Lion, what version of PostgreSQL will be installed by default? If I am doing Rails development work for an app that's going onto Heroku, does this mean I don't need to bother with installing PostgreSQL via homebrew or the binary installer?

share|improve this question

1 Answer

up vote 2 down vote accepted

With non-Server version you will have only a client of PostgreSQL. So, you will need to install PostgreSQL server locally from MacPorts (7.4, 8.0-8.4, 9.0, 9.1) or Homebrew (9.0.4).

share|improve this answer
Great! Thanks for answering my question so quickly! Do you know if the homebrew install will work without changing anything or should I be following this: tammersaleh.com/posts/… ? – Mike Oct 12 '11 at 12:56
Actually, I prefer MacPorts with /opt/local in $PATH. So, of course, you will need to add Homebrew's /usr/local/bin path to your $PATH variable, that's just a needed configuration of your system to work with 3rd party package managers. Nothing special. – Olexandr Skrypnyk Oct 12 '11 at 13:57

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.