Re: uuid on windows

Поиск
Список
Период
Сортировка
От Sabin Coanda
Тема Re: uuid on windows
Дата
Msg-id gfjjpr$1fvk$1@news.hub.org
обсуждение исходный текст
Ответ на uuid on windows  ("Sabin Coanda" <sabin.coanda@deuromedia.ro>)
Ответы Re: uuid on windows  (Richard Huxton <dev@archonet.com>)
Список 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 




В списке pgsql-sql по дате отправления:

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: uuid on windows
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: uuid on windows