「CentOS 7/PostgreSQLをインストールする」の版間の差分

imported>Administrator
imported>Administrator
編集の要約なし
22行目: 22行目:


=== 自動起動を設定する ===
=== 自動起動を設定する ===
$ systemctl enable postgresql
$ systemctl enable postgresql


=== 手動で起動してみる ===
=== 手動で起動してみる ===
$ systemctl start postgresql
$ systemctl start postgresql


=== 起動しているのを確認する ===
=== 起動しているのを確認する ===
$ systemctl status postgresql
$ systemctl status postgresql


== 関連項目 ==
== 関連項目 ==