起動時にPostgresqlが実行されないようにする
過去のある時点で、私はposgresqlをインストールしましたが、それを取り除くことはできません。 $ 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 起動するたびに起動を停止したいのfs_usageは、ディスクが占有されたままになるためです。 私は既にを追加しようとしPOSTGRES=-NO-ました/etc/hostconfigが、プロセスは絶え間なく続きます。 また、私は別の投稿で見つけたものを試しましたが、運はありません: $: 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 …