Re: missing uuid functions in postgresql-contrib RPM for linux?

From: Devrim GÜNDÜZ <devrim(at)gunduz(dot)org>
To: Andrew Geery <andrew(dot)geery(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: missing uuid functions in postgresql-contrib RPM for linux?
Date: 2010-06-23 14:09:06
Message-ID: 1277302146.2620.69.camel@hp-laptop2.gunduz.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, 2010-06-23 at 09:29 -0400, Andrew Geery wrote:
> In the postgresql-contrib-8.4.4-1PGDG.rhel4 RPM (downloaded from
> http://www.postgresql.org/ftp/binary/v8.4.4/linux/rpms/redhat/rhel-4-i386/),
> there is no installation script or libraries for the uuid_* functions:
>
> # rpm -qlp postgresql-contrib-8.4.4-1PGDG.rhel4.i386.rpm | grep -i uid
> /usr/share/doc/postgresql-contrib-8.4.4/uninstall_uuid-ossp.sql
>
> Is that functionality someplace else and, if not, what is the best way
> of adding this functionality to a Linux server?

IIRC uuid cannot be compiled on RHEL 4, that's why RHEL 4 packages do
not have uuid support. You will need to use RHEL5 for that.
--
Devrim GÜNDÜZ
PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer
PostgreSQL RPM Repository: http://yum.pgrpms.org
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 Adrian Klaver 2010-06-23 14:23:45 Re: best way to check pgdump
Previous Message Grzegorz Jaśkiewicz 2010-06-23 14:07:36 Re: unexpected effect of FOREIGN KEY ON CASCADE DELETE