Report
Question
1st approach: sudo launchctl start com.edb.launchd.postgresql-9.2 sudo launchctl stop com.edb.launchd.postgresql-9.2 2nd approach: get the data store location (e.g. /Library/PostgreSQL/9.2/data) from /Library/LaunchDaemons/com.edb.launchd.postgresql-9.2.plist su postgres cd /Library/PostgreSQL/9.2/bin/ ./pg_ctl -D /Library/PostgreSQL/9.2/data/ start ./pg_ctl -D /Library/PostgreSQL/9.2/data/ stop  

Please briefly explain why you feel this question should be reported .

Report
Cancel
0
2 years 0 Answers 23 views