Re: GUID function in pgsql? - Mailing list pgsql-novice

From
Subject Re: GUID function in pgsql?
Date
Msg-id 061101c60168$3a8c5620$0201a8c0@iwing
Whole thread Raw
In response to GUID function in pgsql?  (<me@alternize.com>)
Responses Re: GUID function in pgsql?  (Norberto Meijome <sys@meijome.net>)
List pgsql-novice
> Normally you want to use sequences to do this. If you need something more
> global you could combine this with some unique ID for your database.

normally i would use serials, of course. but not when the tools expect a
guid (i.e. something like 'a4180365-b4b5-4013-bd7b-7b6a386eb343'). and as
i'm only in control of the DBMS and not the tools itself, i will need a guid
somehow...

- thomas



pgsql-novice by date:

Previous
From: "Luiz K. Matsumura"
Date:
Subject: Re: TEMPORARY TABLE in a PL/pgSQL function
Next
From: Norberto Meijome
Date:
Subject: Re: GUID function in pgsql?