Re: [HACKERS] bytea_output output of base64

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: [HACKERS] bytea_output output of base64
Дата
Msg-id ba797640-f145-c3f0-1d32-93e316826852@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: [HACKERS] bytea_output output of base64  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: [HACKERS] bytea_output output of base64  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
On 2/26/17 05:05, Robert Haas wrote:
> That having been said, I do agree with Tom's point that we already
> have one more bytea_output format than would be ideal.  To justify
> implementing base64 as a third choice, it would have to not only be
> better than hex, but enough better to justify the migration pain.  I'm
> not sure whether it could clear that bar.

Another point is that an "output" format is not the same as an
"encoding" format.  An output format should be somewhat human-readable.
Otherwise we could find all kinds of more compact output formats for
different data types.  The hex format satisfies all of performance, ease
of use, and readability pretty well, I think.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



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

Предыдущее
От: ilmari@ilmari.org (Dagfinn Ilmari Mannsåker)
Дата:
Сообщение: Re: [HACKERS] [PATCH] Add GUCs for predicate lock promotion thresholds
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: [HACKERS] WIP: Covering + unique indexes.