Start PostgreSQL:
成都創(chuàng)新互聯(lián)自成立以來,一直致力于為企業(yè)提供從網(wǎng)站策劃、網(wǎng)站設(shè)計、網(wǎng)站設(shè)計、網(wǎng)站建設(shè)、電子商務(wù)、網(wǎng)站推廣、網(wǎng)站優(yōu)化到為企業(yè)提供個性化軟件開發(fā)等基于互聯(lián)網(wǎng)的全面整合營銷服務(wù)。公司擁有豐富的網(wǎng)站建設(shè)和互聯(lián)網(wǎng)應(yīng)用系統(tǒng)開發(fā)管理經(jīng)驗、成熟的應(yīng)用系統(tǒng)解決方案、優(yōu)秀的網(wǎng)站開發(fā)工程師團隊及專業(yè)的網(wǎng)站設(shè)計師團隊。
sudo -u postgres /Library/PostgreSQL/9.6/bin/pg_ctl -D /Library/PostgreSQL/9.6/data start
Stop PostgreSQL:
sudo -u postgres /Library/PostgreSQL/9.6/bin/pg_ctl -D /Library/PostgreSQL/9.6/data stop
Stop PostgreSQL from auto-starting on reboot:
sudo launchctl unload -w /Library/LaunchDaemons/com.edb.launchd.postgresql-9.6.plist
Make PostgreSQL auto-start on reboot:
sudo launchctl load -w /Library/LaunchDaemons/com.edb.launchd.postgresql-9.6.plist
Mac啟動時,不自動啟動postgresql,也可以作為停止postgresql的命令:
sudo launchctl unload -w /Library/LaunchDaemons/com.edb.launchd.postgresql-9.6.plist
自動啟動postgresql,也可以作為啟動postgresql的命令:
sudo launchctl unload -w /Library/LaunchDaemons/com.edb.launchd.postgresql-9.6.plist