Re: PATCH: jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part

From: "David E(dot) Wheeler" <david(at)justatheory(dot)com>
To: jian he <jian(dot)universality(at)gmail(dot)com>
Cc: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>, Álvaro Herrera <alvherre(at)kurilemu(dot)de>, Florents Tselai <florents(dot)tselai(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Peter Eisentraut <peter(at)eisentraut(dot)org>, Robert Haas <robertmhaas(at)gmail(dot)com>, Alexander Korotkov <aekorotkov(at)gmail(dot)com>, pgsql-hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Andrew Dunstan <andrew(at)dunslane(dot)net>
Subject: Re: PATCH: jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part
Date: 2025-11-30 21:16:34
Message-ID: A654130B-16AF-4E37-9D73-B3CDC80C751C@justatheory.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Nov 28, 2025, at 05:29, jian he <jian(dot)universality(at)gmail(dot)com> wrote:

> some "switch" in the attached patch does not preserve the JsonPathItemType order
> consistency, like executeItemOptUnwrapTarget.

Well-spotted, thank you! Fixed in v15, attached.

Best,

David

Attachment Content-Type Size
v15-0001-Rename-jsonpath-method-arg-tokens.patch application/octet-stream 3.9 KB
v15-0002-Add-additional-jsonpath-string-methods.patch application/octet-stream 48.3 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Smith 2025-11-30 22:48:18 Re: Add support for specifying tables in pg_createsubscriber.
Previous Message Andrew Dunstan 2025-11-30 18:09:15 Re: meson and check-tests