1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-27 22:56:53 +03:00

Minor housekeeping on JSON docs.

This commit is contained in:
Andrew Dunstan 2015-02-15 17:08:37 -05:00
parent 64cdbbc48c
commit c5b31e29f0

View File

@ -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
<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>