Brew Install Postgresql on OS X Lion
february 2012 by mattfinlayson
Gets psql working correctly on lion.
postgresql
february 2012 by mattfinlayson
How to restart postgres on OS X? - Server Fault
november 2010 by mattfinlayson
sudo su postgres -c 'pg_ctl -D /opt/local/var/db/postgresql84/defaultdb/ restart'`
osx
postgresql
restart
november 2010 by mattfinlayson