@@ -10309,7 +10309,7 @@ table2-mapping
10309
10309
</entry>
10310
10310
<entry><type>json</type></entry>
10311
10311
<entry>
10312
- Builds a heterogeneously typed json array out of a variadic argument list.
10312
+ Builds a heterogeneously- typed json array out of a variadic argument list.
10313
10313
</entry>
10314
10314
<entry><literal>SELECT json_build_array(1,2,'3',4,5);</literal></entry>
10315
10315
<entry>
@@ -10329,7 +10329,8 @@ table2-mapping
10329
10329
</entry>
10330
10330
<entry><type>json</type></entry>
10331
10331
<entry>
10332
- Builds a JSON array out of a variadic agument list. By convention, the object is
10332
+ Builds a JSON array out of a variadic argument list.
10333
+ By convention, the object is
10333
10334
constructed out of alternating name/value arguments.
10334
10335
</entry>
10335
10336
<entry><literal>SELECT json_build_object('foo',1,'bar',2);</literal></entry>
@@ -10371,8 +10372,8 @@ table2-mapping
10371
10372
</entry>
10372
10373
<entry><type>json</type></entry>
10373
10374
<entry>
10374
- The two argument form of JSON object takes keys and values pairwise from two separate
10375
- arrays. In all other respects it is identical to the one argument form.
10375
+ The two- argument form of JSON object takes keys and values pairwise from two separate
10376
+ arrays. In all other respects it is identical to the one- argument form.
10376
10377
</entry>
10377
10378
<entry><literal>select * from json_object('{a, b}', '{1,2}');</literal></entry>
10378
10379
<entry>
@@ -10457,7 +10458,7 @@ table2-mapping
10457
10458
10458
10459
<note>
10459
10460
<para>
10460
- In json_to_record and json_to_recordset, type coercion from the JSON is
10461
+ In json_to_record and json_to_recordset, type- coercion from the JSON is
10461
10462
"best effort" and may not result in desired values for some types. JSON
10462
10463
elements are matched to identical field names in the record definition,
10463
10464
and elements which do not exist in the JSON will simply be NULL. JSON
0 commit comments