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: 42883Hint: 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