jsonb_to_recordset expands the top-level JSON array of objects to a set of rows having the composite type defined by an AS clause.

Posted Oct 7, 2022
Using jsonb to process and insert large and complex datasets into the database in a single query.
1
951