aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dunstan <andrew@dunslane.net>2015-02-15 17:08:37 -0500
committerAndrew Dunstan <andrew@dunslane.net>2015-02-15 17:08:37 -0500
commitc5b31e29f0128b1c3c1caeeef81b0986cebdcd03 (patch)
treede945a45fa96095356261fd38ee37221a137a9cb
parent64cdbbc48cade73d7b0831444a62e19fd4a342f8 (diff)
downloadpostgresql-c5b31e29f0128b1c3c1caeeef81b0986cebdcd03.tar.gz
postgresql-c5b31e29f0128b1c3c1caeeef81b0986cebdcd03.zip
Minor housekeeping on JSON docs.
-rw-r--r--doc/src/sgml/func.sgml8
1 files changed, 7 insertions, 1 deletions
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
</row>
<row>
<entry><para><literal>json_object(keys text[], values text[])</literal>
- </para><para><literal>json_object(keys text[], values text[])</literal>
+ </para><para><literal>jsonb_object(keys text[], values text[])</literal>
</para></entry>
<entry>
This form of <function>json_object</> takes keys and values pairwise from two separate
@@ -10505,6 +10505,12 @@ table2-mapping
<indexterm>
<primary>jsonb_to_recordset</primary>
</indexterm>
+ <indexterm>
+ <primary>json_strip_nulls</primary>
+ </indexterm>
+ <indexterm>
+ <primary>jsonb_strip_nulls</primary>
+ </indexterm>
<table id="functions-json-processing-table">
<title>JSON Processing Functions</title>