Re: Installing PostgreSQL Yum Repository - Mailing list pgsql-admin

From Devrim GÜNDÜZ
Subject Re: Installing PostgreSQL Yum Repository
Date
Msg-id 1345367231.19699.4.camel@lenovo01-laptop03.gunduz.org
Whole thread Raw
In response to Installing PostgreSQL Yum Repository  (Jonathan Pool <pool@utilika.org>)
List pgsql-admin
Hi,

On Sat, 2012-08-18 at 10:25 -0700, Jonathan Pool wrote:
> I am trying to follow the instructions on
> http://www.postgresql.org/download/linux/redhat/ for installing the
> PostgreSQL Yum Repository (on RHEL 5).
>
> So I downloaded pgdg-redhat-9.1-4.noarch.rpm into a directory from
> http://yum.postgresql.org/9.1/redhat/rhel-5-x86_64/pgdg-redhat-9.1-4.noarch.rpm.
>
> Then I tried to install it with:
>
> rpm -i
> http://yum.postgresql.org/9.1/redhat/rhel-5-x86_64/pgdg-redhat-9.1-4.noarch.rpm
>
> Instead of an installation, I got:
>
> error: skipping
> http://yum.postgresql.org/9.1/redhat/rhel-5-x86_64/pgdg-redhat-9.1-4.noarch.rpm - transfer failed - Unknown or
unexpectederror 

Could you please try:

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


> I was surprised that the instructions told me to download a file and then issue a command that doesn't reference the
downloadedfile. 

That is my mistake. I changed the filenames a few months before, but it
seems I forgot to update website:

http://yum.postgresql.org/repopackages.php

This is now up2date.

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

Attachment

pgsql-admin by date:

Previous
From: Jonathan Pool
Date:
Subject: Re: Installing PostgreSQL Yum Repository
Next
From: "Kevin Grittner"
Date:
Subject: Re: When I executed type cast functions. The postgres normal concatenation operator query was breaking.