8000 Fix typo in JSON function document. · postgrespro/postgres_cluster@f097d70 · GitHub
[go: up one dir, main page]

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

Appearance settings

Commit f097d70

Browse files
committed
Fix typo in JSON function document.
1 parent 4e92f78 commit f097d70

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
@@ -10531,7 +10531,7 @@ table2-mapping
1053110531
</row>
1053210532
<row>
1053310533
<entry><para><literal>json_extract_path_text(from_json json, VARIADIC path_elems text[])</literal>
10534-
</para><para><literal>json_extract_path_text(from_json jsonb, VARIADIC path_elems text[])</literal>
10534+
</para><para><literal>jsonb_extract_path_text(from_json jsonb, VARIADIC path_elems text[])</literal>
1053510535
</para></entry>
1053610536
<entry><type>text</type></entry>
1053710537
<entry>

0 commit comments

Comments
 (0)
0