From: Andrew Dunstan Date: Thu, 6 Mar 2025 13:46:15 +0000 (-0500) Subject: Remove extraneous commas in json{b}_strip_nulls documentation X-Git-Tag: REL_18_BETA1~667 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0e76f253f4f0bf3d8a85e88dbea62a09be1f3ff8;p=thirdparty%2Fpostgresql.git Remove extraneous commas in json{b}_strip_nulls documentation Oversight in commit 4603903d294. Author: Ian Lawrence Barwick --- diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index f97f0ce570a..53565075ca7 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -17345,14 +17345,14 @@ ERROR: value too long for type character(2) json_strip_nulls - json_strip_nulls ( target jsonb, ,strip_in_arrays boolean ) + json_strip_nulls ( target jsonb ,strip_in_arrays boolean ) json jsonb_strip_nulls - jsonb_strip_nulls ( target jsonb, ,strip_in_arrays boolean ) + jsonb_strip_nulls ( target jsonb ,strip_in_arrays boolean ) jsonb