Re: uuid on windows

From: "Sabin Coanda" <sabin(dot)coanda(at)deuromedia(dot)ro>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: uuid on windows
Date: 2008-11-14 10:26:33
Message-ID: gfjjpr$1fvk$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

I run the following script and now it works:

CREATE OR REPLACE FUNCTION uuid_generate_v1()
RETURNS uuid
AS '$libdir/uuid-ossp', 'uuid_generate_v1'
VOLATILE STRICT LANGUAGE C;

Similar for all the other defined uuid functions.

Unfortunatelly I experienced the same problem on linux version 8.3.5. after
I installed the package. But there the same script doesn't work, and logs
that the file is not found.

Sabin

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Gerardo Herzig 2008-11-14 10:29:32 trapping a NULL querystring error
Previous Message Richard Huxton 2008-11-14 08:46:55 Re: uuid on windows