homebrew 설치가 안되어 있으면 설치한다.
홈페이지에 있는 명령어를 터미널에 복사해서 설치한다.
homebrew 설치가 끝나면 아래 명령어 실행하여 postgresql설치.
> brew install postgrespl
postgresql run 명령어
> pg_ctl -D /usr/local/var/postgres start
postgresql 연결 명령어
> psql postgres
posgresql 연결에서 나가고
> \q
postgresql stop 명령어
> pg_ctl -D /usr/local/var/postgres stop
참고:
https://velog.io/@modsiw/MacOS-Postgresql-%EC%84%A4%EC%B9%98