pg_ctl

PostgreSQL 서버 및 데이터베이스 클러스터를 제어하는 유틸리티. 더 많은 정보: https://www.postgresql.org/docs/current/app-pg-ctl.html.

pg_ctl -D {{데이터_디렉토리}} init

pg_ctl -D {{데이터_디렉토리}} start

pg_ctl -D {{데이터_디렉토리}} stop

pg_ctl -D {{데이터_디렉토리}} restart

pg_ctl -D {{데이터_디렉토리}} reload