diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index d57243af4e..da2ed673a7 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -10391,7 +10391,7 @@ table2-mapping json_object(keys text[], values text[]) - json_object(keys text[], values text[]) + jsonb_object(keys text[], values text[]) This form of json_object takes keys and values pairwise from two separate @@ -10505,6 +10505,12 @@ table2-mapping jsonb_to_recordset + + json_strip_nulls + + + jsonb_strip_nulls + JSON Processing Functions