We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent64cdbbc commitc5b31e2Copy full SHA for c5b31e2
doc/src/sgml/func.sgml
@@ -10391,7 +10391,7 @@ table2-mapping
10391
</row>
10392
<row>
10393
<entry><para><literal>json_object(keys text[], values text[])</literal>
10394
- </para><para><literal>json_object(keys text[], values text[])</literal>
+ </para><para><literal>jsonb_object(keys text[], values text[])</literal>
10395
</para></entry>
10396
<entry>
10397
This form of <function>json_object</> takes keys and values pairwise from two separate
@@ -10505,6 +10505,12 @@ table2-mapping
10505
<indexterm>
10506
<primary>jsonb_to_recordset</primary>
10507
</indexterm>
10508
+ <indexterm>
10509
+ <primary>json_strip_nulls</primary>
10510
+ </indexterm>
10511
10512
+ <primary>jsonb_strip_nulls</primary>
10513
10514
10515
<table id="functions-json-processing-table">
10516
<title>JSON Processing Functions</title>