mirror of
https://github.com/postgres/postgres.git
synced 2026-06-04 06:16:57 -04:00
Minor housekeeping on JSON docs.
This commit is contained in:
parent
64cdbbc48c
commit
c5b31e29f0
1 changed files with 7 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue