Brew command:
brew install postgresql
follow LaunchAgents instructions, and run this:
initdb -E utf8 -D /usr/local/var/postgres
if you have any problem with shared memory: just **restart**
Test:
psql -d template1
Brew command:
brew install postgresql
follow LaunchAgents instructions, and run this:
initdb -E utf8 -D /usr/local/var/postgres
if you have any problem with shared memory: just **restart**
Test:
psql -d template1