brew install postgresql
postgres -D /usr/local/var/postgres
Mac PostgreSQL 설치
기본 user db가 없기 때문에 접속이 안된다. 샘플 db로 접속하자.
psql template1