Re: GUID function in pgsql?

From: <me(at)alternize(dot)com>
To: "Bruno Wolff III" <bruno(at)wolff(dot)to>
Cc: <pgsql-novice(at)postgresql(dot)org>
Subject: Re: GUID function in pgsql?
Date: 2005-12-15 11:10:58
Message-ID: 061101c60168$3a8c5620$0201a8c0@iwing
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Norberto Meijome 2005-12-15 11:51:14 Re: GUID function in pgsql?
Previous Message Luiz K. Matsumura 2005-12-15 11:01:12 Re: TEMPORARY TABLE in a PL/pgSQL function