[mac] postgresql 서비스 시작/종료
DB/Postgresql2021. 8. 15. 11:21
[mac] postgresql 서비스 시작
pg_ctl -D /usr/local/var/postgres start
[mac] postgresql 서비스 종료
pg_ctl -D /usr/local/var/postgres stop
'DB > Postgresql' 카테고리의 다른 글
PostgreSQL Drop column (0) | 2021.08.15 |
---|---|
[mac] postgresql 외부접속 가능하게 변경 (0) | 2021.08.15 |
windows 에 PostgreSQL 설치 (0) | 2021.08.05 |
PostgreSQL 테이블 생성 (0) | 2021.08.04 |
PostgreSQL 사용자 권한 생성 및 사용자 생성 (0) | 2021.08.04 |
댓글()