Last Updated: February 25, 2016
·
347
· vansickle

Postgres on Mac OS X

In my case - with Rails, but probably it's general.
Unlike Linux requires a little additional operations, after install (via http://postgresapp.com/ or homebrew)

 createuser -s -r postgres
"export PGHOST=localhost" to ~/.profile