From 0e76f253f4f0bf3d8a85e88dbea62a09be1f3ff8 Mon Sep 17 00:00:00 2001 From: Andrew Dunstan Date: Thu, 6 Mar 2025 08:46:15 -0500 Subject: Remove extraneous commas in json{b}_strip_nulls documentation Oversight in commit 4603903d294. Author: Ian Lawrence Barwick --- doc/src/sgml/func.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src') 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 -- cgit v1.2.3