Am 07.02.2024 um 15:54 schrieb Joe Conway:
Maybe write your own in plpython or plperlu?
Yeah... why didn't I think of if? PL/Python would be a first class option.
Nevertheless, I still believe such a function in PostgreSQL's core would
be a good addition. Maybe someone feels like implementi
On 2/7/24 05:28, Carsten Klein wrote:
Hi there,
on PostgreSQL 14, I'm using function pg_read_file to read a JSON file on
the server. After that, the JSON file gets casted to jsonb and with
function jsonb_array_elements I'm iterating over the "records", which I
transform into a PostgreSQL ROWTYPE
Hi there,
on PostgreSQL 14, I'm using function pg_read_file to read a JSON file on
the server. After that, the JSON file gets casted to jsonb and with
function jsonb_array_elements I'm iterating over the "records", which I
transform into a PostgreSQL ROWTYPE with jsonb_populate_record...
Sin