Re: proposal: jsonb_populate_array - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: proposal: jsonb_populate_array
Date
Msg-id 20230814093224.wy3zscoeu3dlwnpw@alvherre.pgsql
Whole thread Raw
In response to proposal: jsonb_populate_array  (Pavel Stehule <pavel.stehule@gmail.com>)
Responses Re: proposal: jsonb_populate_array
List pgsql-hackers
On 2023-Aug-14, Pavel Stehule wrote:

> jsonb_populate_array(anyarray, jsonb) returns anyarray
> 
> Usage:
> 
> select jsonb_populate_array(null::text[], '["cust_full_name","cust_email"]')

I don't understand what this does.  Can you be more explicit?

-- 
Álvaro Herrera               48°01'N 7°57'E  —  https://www.EnterpriseDB.com/
Maybe there's lots of data loss but the records of data loss are also lost.
(Lincoln Yeoh)



pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Support to define custom wait events for extensions
Next
From: Alvaro Herrera
Date:
Subject: Re: pgbench with libevent?