Re: sequence data type

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: sequence data type
Дата
Msg-id CAB7nPqQLjiZobZjRSUKh5MCCeXCzmBX_oggy5FdhBjC+uA+0Sw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: sequence data type  (Vitaly Burovoy <vitaly.burovoy@gmail.com>)
Ответы Re: sequence data type  (Haribabu Kommi <kommi.haribabu@gmail.com>)
Список pgsql-hackers
On Sun, Sep 11, 2016 at 12:38 PM, Vitaly Burovoy
<vitaly.burovoy@gmail.com> wrote:
> 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.

Moved to next CF. The patch did not actually receive that much reviews.
-- 
Michael



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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: raw output from copy
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: Patch to implement pg_current_logfile() function