Commit c5b31e29 authored by Andrew Dunstan's avatar Andrew Dunstan

Minor housekeeping on JSON docs.

parent 64cdbbc4
...@@ -10391,7 +10391,7 @@ table2-mapping ...@@ -10391,7 +10391,7 @@ table2-mapping
</row> </row>
<row> <row>
<entry><para><literal>json_object(keys text[], values text[])</literal> <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> </para></entry>
<entry> <entry>
This form of <function>json_object</> takes keys and values pairwise from two separate This form of <function>json_object</> takes keys and values pairwise from two separate
...@@ -10505,6 +10505,12 @@ table2-mapping ...@@ -10505,6 +10505,12 @@ table2-mapping
<indexterm> <indexterm>
<primary>jsonb_to_recordset</primary> <primary>jsonb_to_recordset</primary>
</indexterm> </indexterm>
<indexterm>
<primary>json_strip_nulls</primary>
</indexterm>
<indexterm>
<primary>jsonb_strip_nulls</primary>
</indexterm>
<table id="functions-json-processing-table"> <table id="functions-json-processing-table">
<title>JSON Processing Functions</title> <title>JSON Processing Functions</title>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment