Quando avvio OS X (Mavericks) ed eseguo ps aux | grep postgres
da Terminal, ho un processo che è stato avviato automaticamente:
postgres 132 0.0 0.1 2526456 7936 ?? Ss 10:04PM 0:00.07 /Library/PostgreSQL/9.2/bin/postmaster -D/Library/PostgreSQL/9.2/data
Questo è un problema perché di recente ho installato la versione di Postgres di HomeBrew e voglio che sia il postgres che è sempre in esecuzione. Tuttavia, non riesco a capire come disabilitare il vecchio (sopra) e mi sta facendo impazzire! Ho cercato agenti di lancio in:
~/Library/LaunchAgents
/Library/LaunchAgents
/Library/LaunchDaemons
/Library/StartupItems
/System/Library/LaunchAgents
/System/Library/LaunchDaemons
e non riesco a trovare quello che corrisponde al precedente ... qualche idea?