Re: Calling json_* functions with JSONB data

From: Marko Tiikkaja <marko(at)joh(dot)to>
To: Peter van Hardenberg <pvh(at)pvh(dot)ca>, "pgsql-hackers(at)postgresql(dot)org Hackers" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Calling json_* functions with JSONB data
Date: 2016-05-23 17:47:36
Message-ID: 5af0f0c1-7ffa-7324-d83d-d1529124daca@joh.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2016-05-23 18:55, Peter van Hardenberg wrote:
> I talked this over with Andrew who had no objections and suggested I float
> it on the list before writing a patch. Looks pretty straightforward, just a
> few new data rows in pg_proc.h.
>
> Anyone have any concerns or suggestions?

What about cases like json_whatever($1) which previously worked but
will now be ambiguous? (Or will they somehow not be ambiguous?)

.m

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2016-05-23 18:21:59 Re: It's seems that the function "do_text_output_multiline" does not suit for format "line1\nline2\n...lineN".
Previous Message David Fetter 2016-05-23 17:44:20 Re: Changed SRF in targetlist handling