Re: PATCH: jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part - Mailing list pgsql-hackers

From David E. Wheeler
Subject Re: PATCH: jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part
Date
Msg-id 948630AE-1EF3-42C7-8836-0ED1961DE6F8@justatheory.com
Whole thread Raw
In response to Re: PATCH: jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part  ("David E. Wheeler" <david@justatheory.com>)
List pgsql-hackers
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


Attachment

pgsql-hackers by date:

Previous
From: Mihail Nikalayeu
Date:
Subject: Re: [BUG?] check_exclusion_or_unique_constraint false negative
Next
From: Jeff Davis
Date:
Subject: Re: C11: should we use char32_t for unicode code points?