Thursday, May 23, 2013

PostgreSQL 9.2 CentOS 6 Repository

rpm -Uvh http://yum.pgrpms.org/9.2/redhat/rhel-6-x86_64/pgdg-centos92-9.2-6.noarch.rpm

yum search postgres


After installation, include the postgres bin directory in your PATH

vim ~/.bash_profile

(append this do PATH)

:/usr/pgsql-9.2/bin

and source it

No comments:

Post a Comment