Remover completamente o Postgres no Mac OSX Lion [closed]

1

Estou tentando fazer o postgis rodar na minha máquina. A execução de brew install postgis parece ter instalado o postgres 9.2.1 na minha máquina. Eu gostaria de remover minha versão anterior 9.1.2 para manter meu ambiente limpo.

A execução de brew uninstall postgres remove o 9.2.1.

Qual é a melhor maneira de fazer isso?

UPDATE

nai@nyc ~  $ brew versions postgresql
9.2.1    git checkout ed92469 /usr/local/Library/Formula/postgresql.rb
9.2.0    git checkout 2f6cbc6 /usr/local/Library/Formula/postgresql.rb
9.1.5    git checkout 6b8d25f /usr/local/Library/Formula/postgresql.rb
9.1.4    git checkout c40c7bf /usr/local/Library/Formula/postgresql.rb
9.1.3    git checkout 05c7954 /usr/local/Library/Formula/postgresql.rb
9.1.2    git checkout dfcc838 /usr/local/Library/Formula/postgresql.rb
9.1.1    git checkout 4ef8fb0 /usr/local/Library/Formula/postgresql.rb
9.0.4    git checkout 2accac4 /usr/local/Library/Formula/postgresql.rb
9.0.3    git checkout b782d9d /usr/local/Library/Formula/postgresql.rb
9.0.2    git checkout 2c3b88a /usr/local/Library/Formula/postgresql.rb
9.0.1    git checkout b7fab6c /usr/local/Library/Formula/postgresql.rb
9.0.0    git checkout 1168d8f /usr/local/Library/Formula/postgresql.rb
8.4.4    git checkout c32bea0 /usr/local/Library/Formula/postgresql.rb
8.4.3    git checkout 237d1c5 /usr/local/Library/Formula/postgresql.rb
    
por Nai 26.09.2012 / 07:26

1 resposta

1

brew uninstall postgresql --force faz o truque.

    
por 26.09.2012 / 10:25