Re: Dated Version of PostgreSQL

From: Devrim GÜNDÜZ <devrim(at)gunduz(dot)org>
To: Carlos Mennens <carlos(dot)mennens(at)gmail(dot)com>
Cc: PostgreSQL <pgsql-general(at)postgresql(dot)org>
Subject: Re: Dated Version of PostgreSQL
Date: 2011-12-30 17:39:18
Message-ID: 1325266758.11964.8.camel@lenovo01-laptop03.gunduz.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

On Fri, 2011-12-30 at 11:50 -0500, Carlos Mennens wrote:
> My question is how exactly would I
> install the latest version of PostgreSQL (9.1.2) on RHEL 6.2?

We have PostgreSQL yum repository:

http://yum.postgresql.org

Install repository RPM first:

http://yum.postgresql.org/9.1/redhat/rhel-6-x86_64/pgdg-redhat91-9.1-5.noarch.rpm

and now you can install PostgreSQL 9.1 with:

yum install postgresql91-server

http://yum.postgresql.org/9.1/redhat/rhel-6-x86_64/repoview/

has the full list of packages for RHEL 6 - PostgreSQL 9.1. You can also
find lots of 3rd party software.

Regards,

--
Devrim GÜNDÜZ
Principal Systems Engineer @ EnterpriseDB: http://www.enterprisedb.com
PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer
Community: devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr
http://www.gunduz.org Twitter: http://twitter.com/devrimgunduz

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Carlos Mennens 2011-12-30 17:41:18 Data Type for Money
Previous Message Carlos Mennens 2011-12-30 17:14:21 Re: Dated Version of PostgreSQL