시작하기

sudo su postgres -c "/Library/PostgreSQL/9.4/bin/pg_ctl -m fast
-D /Library/PostgreSQL/9.4/data start"


멈추기

sudo su postgres -c "/Library/PostgreSQL/9.4/bin/pg_ctl -m fast
-D /Library/PostgreSQL/9.4/data stop"


동작확인

netstat -a | grep 5432 



+ Recent posts