Installing Postgres 8.3x Latest on Centos 5 with yum
Posted by Isaac Zarb on July 27th, 2009Install postgresql on centos the quick and easy way
First we download and install the yum package:
Read the rest of this entry »
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
Recent Comments