Re: making the backend's json parser work in frontend code

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: making the backend's json parser work in frontend code
Дата
Msg-id 20200124190824.GA13624@alvherre.pgsql
обсуждение исходный текст
Ответ на Re: making the backend's json parser work in frontend code  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Список pgsql-hackers
On 2020-Jan-24, Peter Eisentraut wrote:

> I'm not fond of the base64 idea btw., because it seems to sort of penalize
> using non-ASCII characters by making the result completely not human
> readable.  Something along the lines of MIME would be better in that way.
> There are existing solutions to storing data with metadata around it.

You mean quoted-printable?  That works for me.

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: making the backend's json parser work in frontend code
Следующее
От: Justin Pryzby
Дата:
Сообщение: Re: error context for vacuum to include block number