uuid on windows

From: "Sabin Coanda" <sabin(dot)coanda(at)deuromedia(dot)ro>
To: pgsql-sql(at)postgresql(dot)org
Subject: uuid on windows
Date: 2008-11-14 07:38:01
Message-ID: gfj9tq$2bjl$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi there,

I installed Postgres "PostgreSQL 8.3.5, compiled by Visual C++ build 1400"
on Windows OS, and I tried to check some uuid functions, for instance:
SELECT uuid_generate_v1();

But I found the following error message:
ERROR: function uuid_generate_v1() does not exist
LINE 1: SELECT uuid_generate_v1()
^
HINT: No function matches the given name and argument types. You might
need to add explicit type casts.

Why ? What I should install more to have uuid functions ?

TIA,
Sabin

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Richard Huxton 2008-11-14 08:46:55 Re: uuid on windows
Previous Message Pavel Stehule 2008-11-13 13:59:32 Re: array variables