阻止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,但进程使spawing。 我也尝试了在另一篇文章中发现的东西,但是没有运气: $: 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 …