Re: jsonb_array_elements_recursive()

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Joel Jacobson" <joel(at)compiler(dot)org>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: jsonb_array_elements_recursive()
Date: 2021-02-07 16:27:19
Message-ID: 443950.1612715239@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Joel Jacobson" <joel(at)compiler(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Joel Jacobson 2021-02-07 16:31:13 Re: jsonb_array_elements_recursive()
Previous Message Joel Jacobson 2021-02-07 16:27:01 Re: jsonb_array_elements_recursive()