अतीत में कुछ बिंदु पर, मैंने पॉज़्रेसकल स्थापित किया था और मैं इससे छुटकारा नहीं पा सकता:
$ 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
/Library/StartupItems/postgresql-8.3/StartupParameters.plist
$: sudo launchctl unload /Library/LaunchDaemons/com.edb.launchd.postgresql-8.4.plist
(restart)
लेकिन फिर भी postgresql प्रक्रियाओं को दिखाने के लिए :(
com.edb.launchd.postgresql-9.0.plist
मेरे लिए इस स्थान पर नहीं मिला।