Uninstall Postgres Brew

[Solved] Uninstall Postgres Brew | Shell - Code Explorer | yomemimo.com
Question : uninstall postgres brew

Answered by : prickly-polecat-ejpyp48niw9s

$ brew uninstall postgres
$ rm -rf /usr/local/var/postgres
$ rm /usr/local/var/log/postgres.log
$ rm -f ~/.psqlrc ~/.psql_history

Source : https://blog.testdouble.com/posts/2021-01-28-how-to-completely-uninstall-homebrew-postgres/ | Last Update : Wed, 06 Oct 21

Question : brew uninstall postgres

Answered by : you

brew uninstall postgresql

Source : | Last Update : Tue, 19 Sep 23

Question : uninstall edb postgres mac

Answered by : pooja-yadav

/Library/PostgreSQL/10
open uninstall-postgres.app

Source : | Last Update : Sat, 08 Aug 20

Answers related to uninstall postgres brew

Code Explorer Popular Question For Shell