Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit19c9da1

Browse files
committed
doc: fix JSON function prototype variable label
from_jsonb -> from_json, for consistencyPatch by rudolf (private report)
1 parent1a4174a commit19c9da1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎doc/src/sgml/func.sgml

Lines changed: 1 addition & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp