From: Andrew Dunstan Date: Sun, 15 Feb 2015 22:08:37 +0000 (-0500) Subject: Minor housekeeping on JSON docs. X-Git-Tag: REL9_5_ALPHA1~776 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=c5b31e29f0128b1c3c1caeeef81b0986cebdcd03;p=postgresql.git Minor housekeeping on JSON docs. --- diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index d57243af4ed..da2ed673a7e 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