Answers for "uninstall postgres brew"

1

uninstall edb postgres mac

/Library/PostgreSQL/10
open uninstall-postgres.app
Posted by: Guest on August-01-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 "Shell/Bash"

Browse Popular Code Answers by Language