Re: More jsonpath methods: translate, split, join

From: Zsolt Parragi <zsolt(dot)parragi(at)percona(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: More jsonpath methods: translate, split, join
Date: 2026-06-22 18:51:36
Message-ID: CAN4CZFP+rukvf2e2SSD3K+18ECTQQKBzO2LwGYcWFnmbTtqCkQ@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello!

Thanks, I can confirm that the previous issues are fixed, I have only
one minor comment for v3:

+-- Empty string delimiter (splits into individual characters)
+select jsonb_path_query('"abc"', '$.split("")');
+ jsonb_path_query
+------------------
+ ["abc"]

That comments seems incorrect, it doesn't split it into characters.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Zsolt Parragi 2026-06-22 18:56:37 Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements
Previous Message Zsolt Parragi 2026-06-22 18:40:46 Re: [PATCH v3] Add ssl_cert_files/ssl_key_files for multi-certificate support