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 9E9B3C10-7535-4704-A04A-DF5D32C43DBE@justatheory.com
Whole thread Raw
In response to Re: PATCH: jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: PATCH: jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part
List pgsql-hackers
On Mar 28, 2026, at 06:04, Andrew Dunstan <andrew@dunslane.net> wrote:

> I have fixed that. Some key_name entries were missing, which was an issue. I also removed some unused variables and
someduplicate tests, and did some general tidying. 

Looks good to me! I’m curious what the implication of missing `key_name`s was, since the tests passed and all the
functionsworked. Can we create additional tests that would fail when the keys were missing? 

D


Attachment

pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: astreamer fixes
Next
From: Henson Choi
Date:
Subject: Re: SQL Property Graph Queries (SQL/PGQ)