[GENERAL] json_agg doesn't generate the smallest json possible? - Mailing list pgsql-general

From Glen Huang
Subject [GENERAL] json_agg doesn't generate the smallest json possible?
Date
Msg-id C44CBDA8-EA02-4385-8EB2-12C00119579D@gmail.com
Whole thread Raw
List pgsql-general
Hi all,

I'm trying to use json_agg to generate some json array from the rows (which contain some json columns) I selected. But
itseems the returned json contains some extraneous whitespace characters. Any efficient way I can get rid of them? 

Also a quick question, if the final result is meant to be sent to a client, should I use json_agg or jsonb_agg?

Thanks.

Glen

pgsql-general by date:

Previous
From: James Sewell
Date:
Subject: [GENERAL] Logical slot preservation after physical failover
Next
From: Vik Fearing
Date:
Subject: Re: [GENERAL] LIMIT clause slowing down query in some cases,accelerating in others