Re: [PATCH] Implement json_array_elements_text - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: [PATCH] Implement json_array_elements_text
Date
Msg-id 52DDEAD0.6050106@dunslane.net
Whole thread Raw
In response to [PATCH] Implement json_array_elements_text  (Laurence Rowe <l@lrowe.co.uk>)
Responses Re: [PATCH] Implement json_array_elements_text  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
On 01/20/2014 09:58 PM, Laurence Rowe wrote:
> Following the discussion on pgsql-general, I thought I'd have a go
> implementing json_array_elements_text following the same pattern as
> json_each_text. The function makes it possible to join elements of a
> json array onto a table,

Can we sneak this very small feature into 9.4? I'm happy to take on the 
review etc.

cheers

andrew



pgsql-hackers by date:

Previous
From: Laurence Rowe
Date:
Subject: [PATCH] Implement json_array_elements_text
Next
From: Amit Kapila
Date:
Subject: Re: NOT Null constraint on foreign table not working