Re: UUID/GUID discussion leading to request for hexstring bytea?

Поиск
Список
Период
Сортировка
От Thomas Hallgren
Тема Re: UUID/GUID discussion leading to request for hexstring bytea?
Дата
Msg-id 450E5395.4080106@tada.se
обсуждение исходный текст
Ответ на Re: UUID/GUID discussion leading to request for hexstring bytea?  (Gevik Babakhani <pgdev@xs4all.nl>)
Ответы Re: UUID/GUID discussion leading to request for hexstring bytea?  (Gevik Babakhani <pgdev@xs4all.nl>)
Список pgsql-hackers
Gevik Babakhani wrote:
>  To my opinion GUIDs type need to provide the following in the database.
> 
> 1. GUID type must accept the correct string format(s), with of without
> extra '-'
> 2. GUID type must internally be stored as small as possible.
> 3. GUID type must be comparable with == , != , LIKE and (NOT) IS NULL
> 4. GUID type must have the ability to be indexed, grouped, ordered,
> DISTINCT... but not MAX(), MIN() or SUM()....
> 
Where do you see a need for LIKE on a GUID?

Regards,
Thomas Hallgren



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

Предыдущее
От: Teodor Sigaev
Дата:
Сообщение: Re: Release notes
Следующее
От: Thomas Hallgren
Дата:
Сообщение: Re: TODO item: GUID