Thread

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

    David E. Wheeler <david@justatheory.com> — 2025-10-28T19:51:55Z

    On Oct 28, 2025, at 15:38, David E. Wheeler <david@justatheory.com> wrote:
    
    > This patch uses existing Postgres functions, of which btrim is one[1].
    
    Accidentally cut out my link before sending!
    
    [1]: https://www.postgresql.org/docs/current/functions-string.html#FUNCTIONS-STRING
    
    D