Re: json rendering without pretty option (compact)

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: json rendering without pretty option (compact)
Дата
Msg-id CAHyXU0zASxxSuJHiS6d1P-Y2Uubw5Qrs3dt9A=YaG09b=79DaA@mail.gmail.com
обсуждение исходный текст
Ответ на json rendering without pretty option (compact)  (Nicolas Paris <niparisco@gmail.com>)
Список pgsql-general
On Tue, Oct 18, 2016 at 12:00 PM, Nicolas Paris <niparisco@gmail.com> wrote:
> Hello,
>
> I want to minimize postgresql json size when I fetch them.
> I translate columnar table to json thought json_build_object/array or even
> row_to_jeon.
>
> While row_to_json do have a "pretty_bool" option, the latter do not. Each
> json object/array I build contains spaces.
>
> Is there a workaround ?
> Is there a plan to add this feature on future version ?

There is gradual movement towards having all the generation functions
being completely compact.   Personally I view the pretty flag as being
a legacy setting formatting should be handled by a separate routine,
which would be more expensive but much more flexible.

merlin


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

Предыдущее
От: "Alex Ignatov \(postgrespro\)"
Дата:
Сообщение: Re: Drop user cascade
Следующее
От: Melvin Davidson
Дата:
Сообщение: Re: Drop user cascade