install postgresql on centos code example
Example 1: how to install postgresql on centos 7
yum list postgresql*
Example 2: how to install postgresql on centos 7
sudo yum install https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm
Example 3: install postgresql 10 centos 7
# yum install https://download.postgresql.org/pub/repos/yum/10/redhat/rhel-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm -y
Example 4: install postgresql 10 centos 7
# yum install postgresql10 postgresql10-server postgresql10-contrib postgresql10-libs -y