📜  安装 postgresql centos 5 - SQL 代码示例

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

代码示例1
# centos 5 32bit
rpm -Uvh http://yum.postgresql.org/9.1/redhat/rhel-5-i386/pgdg-centos91-9.1-4.noarch.rpm
yum install postgresql91-server
/etc/init.d/postgresql-9.1 initdb
service postgresql-9.1 start
chkconfig postgresql-9.1 on