Pretty sure the uuid stuff only works in non-windows OSes. Oh, and next time, use a more descriptive subject line for better / quicker responses. On Sun, Aug 3, 2008 at 2:18 PM, <grafl@xxxxxxxxxxxx> wrote: > Hi all, > > I installed postgresql-8.3.3-1 for win2000 with UUID-OSSP. Following the > documentation I issued this query: > > SELECT uuid_generate_v3(uuid_ns_url(), 'http://www.postgresql.org'); > > but the DB returns with this error message: > > ERROR: function uuid_ns_url() does not exist > SQL state: 42883 > Hint: No function matches the given name and argument types. You might need > to add explicit type casts. > Character: 25 > > Any hint to use UUID within my database tirggers? > > Thank you, > Laci > > > -- > Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx) > To make changes to your subscription: > http://www.postgresql.org/mailpref/pgsql-general >