Re: jsonb_array_elements_recursive() - Mailing list pgsql-hackers

From Joel Jacobson
Subject Re: jsonb_array_elements_recursive()
Date
Msg-id 19cd5785-09fe-46c2-a3b9-8de0edaeb1a0@www.fastmail.com
Whole thread Raw
In response to Re: jsonb_array_elements_recursive()  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: jsonb_array_elements_recursive()
List pgsql-hackers
On Sun, Feb 7, 2021, at 17:27, Tom Lane wrote:
>"Joel Jacobson" <joel@compiler.org> writes:
>> Having thought about this some more,
>> the function name should of course be jsonb_unnest(),
>> similar to how unnest() works for normal arrays:
>
>Why not just unnest(), then?
>
>regards, tom lane

Ahh, of course! I totally forgot about function overloading when thinking about this.

+1

/Joel

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: jsonb_array_elements_recursive()
Next
From: Zhihong Yu
Date:
Subject: Re: jsonb_array_elements_recursive()