Il modo migliore per installare e utilizzare PG/Mongo/MySql su Mac OSX è Brew .
Se brew non installato, installalo copiando/incollando nel Terminale.
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Per installare Postgresql
brew install postgresql
Utilizzare DB (esegui/riavvia/arresta)
brew services list
brew services start postgres
brew services stop postgres