Re: JSON output from psql

From: Gurjeet Singh <gurjeet(at)singh(dot)im>
To: Chapman Flack <chap(at)anastigmatix(dot)net>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>, Postgres Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: JSON output from psql
Date: 2020-05-14 01:24:39
Message-ID: CABwTF4X6Bn58axE4KzJgd89qpCrT-6cBWRka4eOjSDX56JjHHQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, May 13, 2020 at 2:01 PM Chapman Flack <chap(at)anastigmatix(dot)net> wrote:
>
> Seems like a lot of work just to get json-shaped query results from psql,

+1. If we look at the amount of work needed for the hybrid approach
you describe, compared to running CSV result through something like
csv2json, there's a 100% chance of the idea being shot down :-)

> but maybe the ability to receive jsonbc on the wire would be of interest
> to drivers generally.

I'm not sure of that, but then I don't have visibility into the needs
of consumers of our drivers.

Best regards,
--
Gurjeet Singh http://gurjeet.singh.im/

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Kyotaro Horiguchi 2020-05-14 01:25:26 Re: MultiXact\SLRU buffers configuration
Previous Message Bossart, Nathan 2020-05-14 01:03:48 Re: pg13: xlogreader API adjust