Re: linux. ossp-uuid

From: Trinath Somanchi <trinath(dot)somanchi(at)gmail(dot)com>
To: Николай Ижиков <nizhikov(at)gmail(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: linux. ossp-uuid
Date: 2010-12-21 11:06:12
Message-ID: AANLkTikewDTQitmJo86fj=9f3H0iC6V6ojig0B3cXEvR@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi-
Do u want to add UUID support to postgresql
follow this link

http://raveica.comdurav.com/blog/personal/how-do-i-add-uuid-to-postgresql/

or for UUID-OSSP, here is the documentation
http://www.postgresql.org/docs/8.3/static/uuid-ossp.html

2010/12/21 Николай Ижиков <nizhikov(at)gmail(dot)com>

> Hi, guys.
>
> I have linux server. Package uuid installed
>
> I build and install postgresql from source with --with-ossp-uuid flag.
>
> After installation I try to execute:
>
> =======
> create or replace function uuid_generate_v1() returns uuid as
> '$libdir/uuid-ossp', 'uuid_generate_v1' volatile strict language C
> =======
>
> and got error
>
> "could not load libraty /usr/lib/postgresql/uuid-ossp.so":
> /usr/lib/postgresql/uuid-ossp.so: undefined symbol: uuid_error"
>
> How I can fix it?
>
>
> --
> С уважением, Николай Ижиков
> NIzhikov(at)gmail(dot)com
>

--
Regards,
----------------------------------------------
Trinath Somanchi,

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Amar Dhole 2010-12-21 11:33:11 converting type and function in postgresql ?
Previous Message Николай Ижиков 2010-12-21 08:31:12 linux. ossp-uuid