I knew PostgreSQL was installed on OS X Mountain Lion, and if you want to work with this database engine, you must install the new version and make some changes ( http://nextmarvel.net/blog/2011/09/ brew-install-postgresql-on-os-x-lion /). I did not do this at the time because it was not necessary for me.
Now I have a Mac with OS X Mavericks (clean install), and if I run psql -- version , as you can see in this article ( http://russbrooks.com/2010/11/25/install-postgresql-9- on-os-x ), the terminal tells me that there is no such command.
~ ยป psql --version zsh: correct 'psql' to 'sl' [nyae]? n zsh: command not found: psql
Is PostgreSQL installed by default when I do a clean install of OS X Mavericks?
If I want to try PostgreSQL on Mavericks, I just need to run brew install postgresql and will it be ok?
Has anyone tried this?
Many thanks.
homebrew postgresql osx-mavericks
CristianOrellanaBak
source share