Completely uninstall PostgreSQL 9.0.4 from Mac OSX Lion?

前端 未结 9 1073
难免孤独
难免孤独 2020-11-27 08:53

This question may look like a duplicate of: How to uninstall postgresql on my Mac (running Snow Leopard) however, there are two major differences. I\'m running Lion and I\'m

9条回答
  •  执念已碎
    2020-11-27 09:21

    Incase you have multiple versions of Postgres installed on your machine. You can remove all via brew command as:

    brew uninstall --force postgresql
    

提交回复
热议问题