Re: [PATCH] Implement json_array_elements_text

From: Laurence Rowe <l(at)lrowe(dot)co(dot)uk>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [PATCH] Implement json_array_elements_text
Date: 2014-01-21 04:55:44
Message-ID: CAOycyLSSFYZzh7vzsAy0B20VPkrvnGHyb4eQhwOTKfs6hdH1bA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 20 January 2014 18:58, Laurence Rowe <l(at)lrowe(dot)co(dot)uk> 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.
>

This updated patch makes the return type of ``json_array_elements_text``
text rather than json, I'd not set it correctly in pg_proc.h.

Laurence

Attachment Content-Type Size
0001-Implement-json_array_elements_text.patch application/octet-stream 11.6 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Rushabh Lathia 2014-01-21 05:06:31 Re: NOT Null constraint on foreign table not working
Previous Message KaiGai Kohei 2014-01-21 04:54:51 Re: contrib/cache_scan (Re: What's needed for cache-only table scan?)