Re: Calling json_* functions with JSONB data - Mailing list pgsql-hackers

From Peter van Hardenberg
Subject Re: Calling json_* functions with JSONB data
Date
Msg-id CABTbUpik8-x8Oq-GOk3NffY0pcRG3LfpKC9Hr1KYNDYfWzLv5g@mail.gmail.com
Whole thread Raw
In response to Re: Calling json_* functions with JSONB data  (Marko Tiikkaja <marko@joh.to>)
Responses Re: Calling json_* functions with JSONB data  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Great question, Marko. If you can point me towards an example I'll take a look, but I'll proceed with the current understanding and suggestions and see what people have to say.

On Mon, May 23, 2016 at 10:47 AM, Marko Tiikkaja <marko@joh.to> wrote:
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



--
Peter van Hardenberg
San Francisco, California
"Everything was beautiful, and nothing hurt."—Kurt Vonnegut

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Changed SRF in targetlist handling
Next
From: "David G. Johnston"
Date:
Subject: Re: Changed SRF in targetlist handling