Completely remove Postgres on Mac OSX Lion
- by Nai
I'm trying to get postgis running on my machine. Running brew install postgis seems to have installed postgres 9.2.1 on to my machine. I would like to remove my previous version 9.1.2 to keep my environment clean.
Running brew uninstall postgres removes 9.2.1.
What's the best way to do this?
UPDATE
nai@nyc ~ $ brew versions postgresql
9.2.1 …