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

From Florents Tselai
Subject Re: More jsonpath methods: translate, split, join
Date
Msg-id CA+v5N41NR976cjSugjpOem6MZLcgOquY0+ZvvHiacmz7nBWFPg@mail.gmail.com
Whole thread
In response to Re: More jsonpath methods: translate, split, join  (Corey Huinker <corey.huinker@gmail.com>)
Responses Re: More jsonpath methods: translate, split, join
Re: More jsonpath methods: translate, split, join
List pgsql-hackers

On Tue, Jun 16, 2026 at 10:53 PM Corey Huinker <corey.huinker@gmail.com> wrote:
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.

Thanks for having a look Corey, 

here's a consolidated v2 .

 
Attachment

pgsql-hackers by date:

Previous
From: Matthias van de Meent
Date:
Subject: Re: Unexpected behavior after OOM errors
Next
From: Matthias van de Meent
Date:
Subject: Re: Unexpected behavior after OOM errors