From: Andrew Dunstan Date: Thu, 6 Mar 2025 15:24:03 +0000 (-0500) Subject: Further fix for json_strip_nulls documentation X-Git-Tag: REL_18_BETA1~666 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=e33969abc1934cc7fd92d539e51a2b8ae46d6a33;p=postgresql.git Further fix for json_strip_nulls documentation Oversight in commit 4603903d294. Author: Shinoda, Noriyoshi (SXD Japan FSI) --- diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 53565075ca7..4d6061a8458 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -17345,7 +17345,7 @@ ERROR: value too long for type character(2) json_strip_nulls - json_strip_nulls ( target jsonb ,strip_in_arrays boolean ) + json_strip_nulls ( target json ,strip_in_arrays boolean ) json