Re: More jsonpath methods: translate, split, join - Mailing list pgsql-hackers

From Corey Huinker
Subject Re: More jsonpath methods: translate, split, join
Date
Msg-id CADkLM=dopKQi7n5siVEo9nbq2oFhtPuf6naMWjw8mO7ChuLdLg@mail.gmail.com
Whole thread
In response to More jsonpath methods: translate, split, join  (Florents Tselai <florents.tselai@gmail.com>)
Responses Re: More jsonpath methods: translate, split, join
List pgsql-hackers
On Mon, Apr 13, 2026 at 5:57 AM Florents Tselai <florents.tselai@gmail.com> wrote:
Hello hackers,

This is a follow-up to the work recently merged in bd4f879.
In hindsight, I regret not pushing these through for the previous cycle,
as they represent the "missing pieces" for users trying to perform data cleaning entirely within the JSONPath engine.
With these we can significantly reduce the need for users to "drop out" of JSONPath
into standard SQL for basic string-to-string-or-array-and-back workflows.


Seems this one got overlooked, so I took a look. The first patch applies, but the second needs a rebase.

pgsql-hackers by date:

Previous
From: Renaud Métrich
Date:
Subject: Re: [PATCH v1] Add ssl_alt_cert_file/ssl_alt_key_file for dual RSA+ECDSA certificate support
Next
From: Tom Lane
Date:
Subject: Re: [PATCH] Fix segmentation fault and infinite loop in jsonb_{plperl,plpython}