Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ed4a262

Browse files
committed
doc: fix json_extract_path_text() typo by adding jsonb
Report from rudolf <stu3.1@eq.cz>
1 parent 4180934 commit ed4a262

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/func.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10536,7 +10536,7 @@ table2-mapping
1053610536
</row>
1053710537
<row>
1053810538
<entry><para><literal>json_extract_path_text(from_json json, VARIADIC path_elems text[])</literal>
10539-
</para><para><literal>json_extract_path_text(from_json json, VARIADIC path_elems text[])</literal>
10539+
</para><para><literal>json_extract_path_text(from_json jsonb, VARIADIC path_elems text[])</literal>
1054010540
</para></entry>
1054110541
<entry><type>text</type></entry>
1054210542
<entry>

0 commit comments

Comments
 (0)