Re: trouble downloading postgres 9.4 for RHEL 6.x

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: trouble downloading postgres 9.4 for RHEL 6.x
Дата
Msg-id 5627268B.5080806@hogranch.com
обсуждение исходный текст
Ответ на trouble downloading postgres 9.4 for RHEL 6.x  (anj patnaik <patna73@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: anj patnaik
Дата:
Сообщение: trouble downloading postgres 9.4 for RHEL 6.x
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: My first PL/pgSQL function