Skip to content

Commit 19c9da1

Browse files
committed
doc: fix JSON function prototype variable label
from_jsonb -> from_json, for consistency Patch by rudolf (private report)
1 parent 1a4174a commit 19c9da1

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
@@ -10519,7 +10519,7 @@ table2-mapping
1051910519
</row>
1052010520
<row>
1052110521
<entry><para><literal>json_extract_path(from_json json, VARIADIC path_elems text[])</literal>
10522-
</para><para><literal>jsonb_extract_path(from_jsonb jsonb, VARIADIC path_elems text[])</literal>
10522+
</para><para><literal>jsonb_extract_path(from_json jsonb, VARIADIC path_elems text[])</literal>
1052310523
</para></entry>
1052410524
<entry><para><type>json</type></para><para><type>jsonb</type>
1052510525
</para></entry>

0 commit comments

Comments
 (0)