Re: Full GUID support

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Full GUID support
Дата
Msg-id 4081.1309726956@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Full GUID support  (Dave Page <dpage@pgadmin.org>)
Ответы Re: Full GUID support
Re: Full GUID support
Список pgsql-hackers
Dave Page <dpage@pgadmin.org> writes:
> Even If that weren't the case, integrating the type wouldn't fix the
> problem anyway, unless you're suggesting we implement our own UUID
> generator (which isn't nearly as straightforward as it might seem, as
> I understand it)..

Yeah.  If there were One True Way to create a UUID, I would probably
agree that we should push that functionality into core.  But there are
a lot of ways (and the reason for that is that they all suck in one
fashion or another :-().  Between that and the lack of portability of
many of the better ways, this is something I'm happy to keep at arm's
length.

Michael: this is something that was discussed before, when we agreed
to put the uuid type but not the generator functions in core.  See
the archives.  Nothing about the situation has changed since then.
        regards, tom lane


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

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: Full GUID support
Следующее
От: Brar Piening
Дата:
Сообщение: Re: %ENV warnings during builds