Install postgresql on centos the quick and easy way

First we download and install the yum package:

rpm -ivh http://yum.pgsqlrpms.org/reporpms/8.3/pgdg-centos-8.3-6.noarch.rpm
yum -y postgresql-libs \
postgresql-devel \
postgresql \
postgresql-server \
postgresql-contrib
Read the rest of this entry »