From c5b31e29f0128b1c3c1caeeef81b0986cebdcd03 Mon Sep 17 00:00:00 2001 From: Andrew Dunstan Date: Sun, 15 Feb 2015 17:08:37 -0500 Subject: [PATCH] Minor housekeeping on JSON docs. --- doc/src/sgml/func.sgml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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