📜  安装 postgresql 代码示例

📅  最后修改于: 2022-03-11 15:05:05.787000             🧑  作者: Mango

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