jsonb_strip_nulls() - extra semicolon in the definition - Mailing list pgsql-docs

From PG Doc comments form
Subject jsonb_strip_nulls() - extra semicolon in the definition
Date
Msg-id 175976566145.768.4645962241073007347@wrigleys.postgresql.org
Whole thread Raw
List pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/18/functions-json.html
Description:

Please check the function definition[1]. Looks like it contains an extra
semicolon:
jsonb_strip_nulls('[1,2,null,3,4]', true); → [1,2,3,4]

1.
https://www.postgresql.org/docs/18/functions-json.html#:~:text=jsonb_strip_nulls('[1%2C2%2Cnull%2C3%2C4]'%2C%20true);

pgsql-docs by date:

Previous
From: Daniel Gustafsson
Date:
Subject: Re: Little Typo on Presskit 18