Re: sequence data type - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: sequence data type
Date
Msg-id CAB7nPqQLjiZobZjRSUKh5MCCeXCzmBX_oggy5FdhBjC+uA+0Sw@mail.gmail.com
Whole thread Raw
In response to Re: sequence data type  (Vitaly Burovoy <vitaly.burovoy@gmail.com>)
Responses Re: sequence data type  (Haribabu Kommi <kommi.haribabu@gmail.com>)
List 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 by date:

Previous
From: Michael Paquier
Date:
Subject: Re: raw output from copy
Next
From: Michael Paquier
Date:
Subject: Re: Patch to implement pg_current_logfile() function