centos install postgresql code example
Example 1: install postgresql centos 5
rpm -Uvh http:
yum install postgresql91-server
/etc/init.d/postgresql-9.1 initdb
service postgresql-9.1 start
chkconfig postgresql-9.1 on
Example 2: how to install postgresql on centos 7
yum list postgresql*
Example 3: how to install postgresql on centos 7
sudo yum install https:
Example 4: install postgresql 10 centos 7
Example 5: install postgresql 10 centos 7
Example 6: install postgresql 10 centos 7
Initializing database ... OK