PostgreSQL Installation on Mac
Jump to navigation
Jump to search
Internal
Overview
brew install postgresql
Start at Login
To have launchd start postgresql now and restart at login:
brew services start postgresql
To Run without a Service
pg_ctl -D /usr/local/var/postgres start