Em algum momento no passado, eu instalei o posgresql e não consigo me livrar dele:
$ ps -A|egrep postg 232 ??
287 ?? 0:00.02 postgres: logger process
328 ?? 0:00.09 postgres: writer process
335 ?? 0:00.06 postgres: wal writer process
336 ?? 0:00.03 postgres: autovacuum launcher process
342 ?? 0:00.01 postgres: stats collector process
Gostaria de interromper a inicialização toda vez que inicializo, pois fs_usage
mostra que ele mantém meu disco ocupado.
Eu já tentei adicionar POSTGRES=-NO-
em /etc/hostconfig
, mas os processos manter spawing.
Também tentei algo que encontrei em outro post, sem sorte:
$: locate postg|egrep plist
/Library/LaunchDaemons/com.edb.launchd.postgresql-8.4.plist
/Library/PostgreSQL/8.3/uninstall-postgresql.app/Contents/Info.plist
/Library/PostgreSQL/8.4/uninstall-postgresql.app/Contents/Info.plist
/Library/StartupItems/postgresql-8.3/StartupParameters.plist
$: sudo launchctl unload /Library/LaunchDaemons/com.edb.launchd.postgresql-8.4.plist
(restart)
Mas ainda aparecem os processos do postgresql :(
com.edb.launchd.postgresql-9.0.plist
não foi encontrado neste local para mim.