1.起動と停止
■起動・停止
su postgres
#
pg_ctl -w start
#
pg_ctl -w stop
■設定ファイル
インストールディレクトリ/data/postgresql.conf
もどる