Re: GUID function in pgsql?

Поиск
Список
Период
Сортировка
От
Тема Re: GUID function in pgsql?
Дата
Msg-id 061101c60168$3a8c5620$0201a8c0@iwing
обсуждение исходный текст
Ответ на GUID function in pgsql?  (<me@alternize.com>)
Ответы Re: GUID function in pgsql?  (Norberto Meijome <sys@meijome.net>)
Список 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 по дате отправления:

Предыдущее
От: "Luiz K. Matsumura"
Дата:
Сообщение: Re: TEMPORARY TABLE in a PL/pgSQL function
Следующее
От: Norberto Meijome
Дата:
Сообщение: Re: GUID function in pgsql?