Re: JSON output from psql - Mailing list pgsql-hackers

From Robert Haas
Subject Re: JSON output from psql
Date
Msg-id CA+Tgmob8aY6g32YcN2Lu7uP--FKPGbzVr_k-nuY4mFSe5364UA@mail.gmail.com
Whole thread Raw
In response to Re: JSON output from psql  (Gurjeet Singh <gurjeet@singh.im>)
Responses Re: JSON output from psql
List pgsql-hackers
On Mon, May 11, 2020 at 4:42 PM Gurjeet Singh <gurjeet@singh.im> wrote:
> That's a good point! It might still be desirable, perhaps for performance trade-off of JSON conversion on the
client-sideinstead of on the server-side.
 

If there's a performance problem with the server's code here, we
should probably try to fix it, instead of adding the same feature on
the client side.

But also, we shouldn't start by deciding we need feature X and then
looking for the reason why we need it.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Add "-Wimplicit-fallthrough" to default flags
Next
From: Ranier Vilela
Date:
Subject: Re: SLRU statistics