Re: sequence data type

Поиск
Список
Период
Сортировка
От Vitaly Burovoy
Тема Re: sequence data type
Дата
Msg-id CAKOSWN=GW-AyhVYPm3Dw03C3=QY43De3fu_3p=3=BNUTSR_+Mw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: sequence data type  (Jim Nasby <Jim.Nasby@BlueTreble.com>)
Ответы Re: sequence data type  (Michael Paquier <michael.paquier@gmail.com>)
Список pgsql-hackers
On 9/10/16, Jim Nasby <Jim.Nasby@bluetreble.com> wrote:
> On 9/3/16 6:01 PM, Gavin Flower wrote:
>> I am curious as to the use cases for other possibilities.
>
> A hex or base64 type might be interesting, should those ever get created...
> --
> Jim Nasby, Data Architect, Blue Treble Consulting, Austin TX

Hex or base64 are not data types. They are just different
representation types of binary sequences.
Even for bigints these representations are done after writing numbers
as byte sequences.

-- 
Best regards,
Vitaly Burovoy



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

Предыдущее
От: Jim Nasby
Дата:
Сообщение: Re: Override compile time log levels of specific messages/modules
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: Write Ahead Logging for Hash Indexes