Re: Add json_object(text[], json[])? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Add json_object(text[], json[])?
Date
Msg-id 11749.1571936814@sss.pgh.pa.us
Whole thread Raw
In response to Re: Add json_object(text[], json[])?  (Paul A Jungwirth <pj@illuminatedcomputing.com>)
List pgsql-hackers
Paul A Jungwirth <pj@illuminatedcomputing.com> writes:
> On Thu, Oct 24, 2019 at 8:52 AM Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> Also, as the prototype implementation shows, it's not like you
>> can't get this functionality today ... you just need to cast
>> jsonb to text.  Admittedly that's annoying and wasteful.

> I don't think that gives the same result, does it?

Ah, you're right --- ENOCAFFEINE :-(.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: v12.0: ERROR: could not find pathkey item to sort
Next
From: Andres Freund
Date:
Subject: Re: tuplesort test coverage