Re: trouble downloading postgres 9.4 for RHEL 6.x - Mailing list pgsql-general

From John R Pierce
Subject Re: trouble downloading postgres 9.4 for RHEL 6.x
Date
Msg-id 5627268B.5080806@hogranch.com
Whole thread Raw
In response to trouble downloading postgres 9.4 for RHEL 6.x  (anj patnaik <patna73@gmail.com>)
List pgsql-general
On 10/20/2015 5:48 PM, anj patnaik wrote:
What is the recommended 9.4 version to download from and the steps?

*I* recommend...

# yum install -y http://yum.postgresql.org/9.4/redhat/rhel-6-x86_64/pgdg-redhat94-9.4-1.noarch.rpm
# yum install -y postgresql94-{server,contrib,devel}
# service postgresql-9.4 initdb
# vi /var/lib/pgsql/9.4/data/{postgresql.conf,pg_hba.conf}     # tune as you see fit
# service postgresql-9.4 start
# chkconfig postgresql-9.4 on

and to heck with any gui, don't need no steekin' gui.





-- 
john r pierce, recycling bits in santa cruz

pgsql-general by date:

Previous
From: anj patnaik
Date:
Subject: trouble downloading postgres 9.4 for RHEL 6.x
Next
From: Pavel Stehule
Date:
Subject: Re: My first PL/pgSQL function