Answers for "uninstall postgres mac brew"

SQL
-1

uninstall postgresql mac

$ brew remove postgresql
Posted by: Guest on June-06-2020
0

uninstall postgres brew

$ brew uninstall postgres
$ rm -rf /usr/local/var/postgres
$ rm /usr/local/var/log/postgres.log
$ rm -f ~/.psqlrc ~/.psql_history
Posted by: Guest on September-29-2021

Code answers related to "SQL"

Browse Popular Code Answers by Language