@@ -12428,18 +12428,18 @@ table2-mapping
12428
12428
<entry><literal>[{"f1":1},2,null,3]</literal></entry>
12429
12429
</row>
12430
12430
<row>
12431
- <entry><para><literal>jsonb_set(target jsonb, path text[], new_value jsonb<optional>, <parameter> create_missing</parameter> <type> boolean</type> </optional>)</literal>
12431
+ <entry><para><literal>jsonb_set(target jsonb, path text[], new_value jsonb <optional>, create_missing boolean</optional>)</literal>
12432
12432
</para></entry>
12433
12433
<entry><para><type>jsonb</type></para></entry>
12434
12434
<entry>
12435
12435
Returns <replaceable>target</replaceable>
12436
12436
with the section designated by <replaceable>path</replaceable>
12437
12437
replaced by <replaceable>new_value</replaceable>, or with
12438
12438
<replaceable>new_value</replaceable> added if
12439
- <replaceable>create_missing</replaceable> is true ( default is
12439
+ <replaceable>create_missing</replaceable> is true (default is
12440
12440
<literal>true</literal>) and the item
12441
12441
designated by <replaceable>path</replaceable> does not exist.
12442
- As with the path orientated operators, negative integers that
12442
+ As with the path oriented operators, negative integers that
12443
12443
appear in <replaceable>path</replaceable> count from the end
12444
12444
of JSON arrays.
12445
12445
</entry>
@@ -12453,7 +12453,7 @@ table2-mapping
12453
12453
<row>
12454
12454
<entry>
12455
12455
<para><literal>
12456
- jsonb_insert(target jsonb, path text[], new_value jsonb, <optional><parameter> insert_after</parameter> <type> boolean</type> </optional>)
12456
+ jsonb_insert(target jsonb, path text[], new_value jsonb <optional>, insert_after boolean</optional>)
12457
12457
</literal></para>
12458
12458
</entry>
12459
12459
<entry><para><type>jsonb</type></para></entry>
@@ -12468,7 +12468,7 @@ table2-mapping
12468
12468
designated by <replaceable>path</replaceable> is in JSONB object,
12469
12469
<replaceable>new_value</replaceable> will be inserted only if
12470
12470
<replaceable>target</replaceable> does not exist. As with the path
12471
- orientated operators, negative integers that appear in
12471
+ oriented operators, negative integers that appear in
12472
12472
<replaceable>path</replaceable> count from the end of JSON arrays.
12473
12473
</entry>
12474
12474
<entry>
@@ -12509,7 +12509,7 @@ table2-mapping
12509
12509
<row>
12510
12510
<entry>
12511
12511
<para><literal>
12512
- jsonb_path_exists(target jsonb, path jsonpath [ , vars jsonb [ , silent bool]] )
12512
+ jsonb_path_exists(target jsonb, path jsonpath <optional> , vars jsonb <optional> , silent bool</optional></optional> )
12513
12513
</literal></para>
12514
12514
</entry>
12515
12515
<entry><type>boolean</type></entry>
@@ -12529,7 +12529,7 @@ table2-mapping
12529
12529
<row>
12530
12530
<entry>
12531
12531
<para><literal>
12532
- jsonb_path_match(target jsonb, path jsonpath [ , vars jsonb, silent bool] )
12532
+ jsonb_path_match(target jsonb, path jsonpath <optional> , vars jsonb <optional> , silent bool</optional></optional> )
12533
12533
</literal></para>
12534
12534
</entry>
12535
12535
<entry><type>boolean</type></entry>
@@ -12550,7 +12550,7 @@ table2-mapping
12550
12550
<row>
12551
12551
<entry>
12552
12552
<para><literal>
12553
- jsonb_path_query(target jsonb, path jsonpath [ , vars jsonb, silent bool] )
12553
+ jsonb_path_query(target jsonb, path jsonpath <optional> , vars jsonb <optional> , silent bool</optional></optional> )
12554
12554
</literal></para>
12555
12555
</entry>
12556
12556
<entry><type>setof jsonb</type></entry>
@@ -12578,7 +12578,7 @@ table2-mapping
12578
12578
<row>
12579
12579
<entry>
12580
12580
<para><literal>
12581
- jsonb_path_query_array(target jsonb, path jsonpath [ , vars jsonb, silent bool] )
12581
+ jsonb_path_query_array(target jsonb, path jsonpath <optional> , vars jsonb <optional> , silent bool</optional></optional> )
12582
12582
</literal></para>
12583
12583
</entry>
12584
12584
<entry><type>jsonb</type></entry>
@@ -12598,7 +12598,7 @@ table2-mapping
12598
12598
<row>
12599
12599
<entry>
12600
12600
<para><literal>
12601
- jsonb_path_query_first(target jsonb, path jsonpath [ , vars jsonb, silent bool] )
12601
+ jsonb_path_query_first(target jsonb, path jsonpath <optional> , vars jsonb <optional> , silent bool</optional></optional> )
12602
12602
</literal></para>
12603
12603
</entry>
12604
12604
<entry><type>jsonb</type></entry>
0 commit comments