Re: Globally Unique IDs?

Поиск
Список
Период
Сортировка
От Doug McNaught
Тема Re: Globally Unique IDs?
Дата
Msg-id m3itkrnj09.fsf@belphigor.mcnaught.org
обсуждение исходный текст
Ответ на RE: Globally Unique IDs?  (Mike Mascari <mascarm@mascari.com>)
Список pgsql-general
Mike Mascari <mascarm@mascari.com> writes:

> I believe Oracle's SYS_GUID will return an ID unique *throughout the world*
> on *all hosts*. Other software uses GUID's for thinks like COM identifiers.
> Typical output looks like:
>
> 351e1cc0-2540-11d5-a5cd-00036d15ee51
>
> and is generated through some heuristics involving the current date, time,
> MAC address, etc. I don't know the specifics -- except that the ID
> generated will not be generated by anyone else anywhere. This would be a
> useful addition, IMHO.

I can see this being useful but I'm not sure it should go into the
core system--it could be an external function in the contrib/
section.  We've gotten along without it so far...

Oracle is a great system but it suffers from extreme bloat.

Just MHO of course...

-Doug

В списке pgsql-general по дате отправления:

Предыдущее
От: Bruno Wolff III
Дата:
Сообщение: Re: Memory Tuning
Следующее
От: Manuel Sugawara
Дата:
Сообщение: Re: Data access permission?