📜  安装 postgresql - 任何代码示例

📅  最后修改于: 2022-03-11 14:55:09.499000             🧑  作者: Mango

代码示例2
yum install postgresql-server postgresql-contrib -y
postgresql-setup initdb
systemctl enable postgresql 
sudo systemctl start postgresql
systemctl status postgresql