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

From Andrew Dunstan
Subject Re: PATCH: jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part
Date
Msg-id 40bd5c82-639d-41cd-ad85-9cd2dffd0680@dunslane.net
Whole thread Raw
In response to Re: PATCH: jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part  (Marcos Pegoraro <marcos@f10.com.br>)
Responses Re: PATCH: jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part
List pgsql-hackers


On 2026-04-02 Th 5:10 PM, Marcos Pegoraro wrote:
Em qui., 2 de abr. de 2026 às 16:22, Andrew Dunstan <andrew@dunslane.net> escreveu:

Committed.

There is a typo here. 
<literal>jsonb_path_query('"xyxtrimyyx"', '$.btrim("xyz")')</literal> 
should be 
<literal>jsonb_path_query('"xyztrimxyz"', '$.btrim("xyz")')</literal> 



Good catch, will fix.


Thanks


cheers


andrew

--
Andrew Dunstan
EDB: https://www.enterprisedb.com

pgsql-hackers by date:

Previous
From: Daniil Davydov
Date:
Subject: Re: POC: Parallel processing of indexes in autovacuum
Next
From: jian he
Date:
Subject: Re: create table like including storage parameter