From: | Andrew Geery <andrew(dot)geery(at)gmail(dot)com> |
---|---|
To: | Devrim GÜNDÜZ <devrim(at)gunduz(dot)org> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: missing uuid functions in postgresql-contrib RPM for linux? |
Date: | 2010-06-23 14:53:04 |
Message-ID: | AANLkTikwBX7jExg9tAqBo5-QIhzU18pGdrO67mkgrpMu@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
FWIW, I don't see the install script in the RHEL5 version RPM either:
# rpm -qpl postgresql-contrib-8.4.4-1PGDG.rhel5.i386.rpm | grep -i uid
/usr/share/doc/postgresql-contrib-8.4.4/uninstall_uuid-ossp.sql
Thanks
Andrew
2010/6/23 Devrim GÜNDÜZ <devrim(at)gunduz(dot)org>:
> 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
>
From | Date | Subject | |
---|---|---|---|
Next Message | Grzegorz Jaśkiewicz | 2010-06-23 14:57:22 | Re: unexpected effect of FOREIGN KEY ON CASCADE DELETE |
Previous Message | Tom Lane | 2010-06-23 14:49:50 | Re: what is the meaning of Datum? |