File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10282,7 +10282,7 @@ table2-mapping
10282
10282
<entry>
10283
10283
Expands a JSON array to a set of JSON values.
10284
10284
</entry>
10285
- <entry><literal>json_array_elements('[1,true, [2,false]]')</literal></entry>
10285
+ <entry><literal>SELECT * FROM json_array_elements('[1,true, [2,false]]')</literal></entry>
10286
10286
<entry>
10287
10287
<programlisting>
10288
10288
value
@@ -10300,11 +10300,11 @@ table2-mapping
10300
10300
</indexterm>
10301
10301
<literal>json_array_elements_text(json)</literal>
10302
10302
</entry>
10303
- <entry><type>SETOF json </type></entry>
10303
+ <entry><type>SETOF text </type></entry>
10304
10304
<entry>
10305
10305
Expands a JSON array to a set of text values.
10306
10306
</entry>
10307
- <entry><literal>json_array_elements_text('["foo", "bar"]')</literal></entry>
10307
+ <entry><literal>SELECT * FROM json_array_elements_text('["foo", "bar"]')</literal></entry>
10308
10308
<entry>
10309
10309
<programlisting>
10310
10310
value
You can’t perform that action at this time.
0 commit comments