Re: jsonb_strip_nulls with arrays? - Mailing list pgsql-hackers

From Florents Tselai
Subject Re: jsonb_strip_nulls with arrays?
Date
Msg-id FBED3D5A-5AF7-40B5-BEDF-51842B0194C4@gmail.com
Whole thread Raw
In response to Re: jsonb_strip_nulls with arrays?  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers


On 8 Jan 2025, at 6:45 PM, Andrew Dunstan <andrew@dunslane.net> wrote:


On 2024-09-17 Tu 4:53 PM, Florents Tselai wrote:

We could, if we're going to do anything at all in this area. Another possibility would be to provide a second optional parameter for json{b}_strip_nulls. That's probably a better way to go.

Here's a patch that adds that argument (only for jsonb; no json implementation yet)



I think it looks sane. We're not stripping a top level null, which is one thing I looked out for.

I think we need a json implementation as well, though.


Thanks for having a Look, Andrew; 
if there aren’t any other objections, I’ll come back with a json implementation too. 

cheers


andrew


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

pgsql-hackers by date:

Previous
From: Sergey Tatarintsev
Date:
Subject: Re: create subscription with (origin = none, copy_data = on)
Next
From: Dilip Kumar
Date:
Subject: Re: Parallel heap vacuum