Re: Calling json_* functions with JSONB data

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Peter van Hardenberg <pvh(at)pvh(dot)ca>
Cc: "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:23:44
Message-ID: 733.1464024224@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Peter van Hardenberg <pvh(at)pvh(dot)ca> writes:
> 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.

I think you might find that you need to add new C function entry points to
keep opr_sanity.sql from complaining. That's still pretty easy though.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message David Fetter 2016-05-23 17:35:10 Re: Changed SRF in targetlist handling
Previous Message Ryan Pedela 2016-05-23 17:23:05 Re: Calling json_* functions with JSONB data