json_populate_recordset(anyelement, array-json [, bool]) 描述:参考函数json_populate_record、jsonb_populate_record,对$2数组的每一个元素进行上述参数函数的操作,因此这也要求$2数组的每个元素都是object-json类型。 返回类型:setof anyelement 示例: CREATE
json_populate_recordset(anyelement, array-json [, bool]) 描述:参考函数json_populate_record、jsonb_populate_record,对$2数组的每一个元素进行上述参数函数的操作,因此这也要求$2数组的每个元素都是object-json类型。 返回类型:setof anyelement 示例: CREATE TYPE jpop AS (a text, b INT, c timestamp)...