diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/func.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 51b0c9793ba..1abdcc4684c 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -10531,7 +10531,7 @@ table2-mapping </row> <row> <entry><para><literal>json_extract_path_text(from_json json, VARIADIC path_elems text[])</literal> - </para><para><literal>json_extract_path_text(from_json jsonb, VARIADIC path_elems text[])</literal> + </para><para><literal>jsonb_extract_path_text(from_json jsonb, VARIADIC path_elems text[])</literal> </para></entry> <entry><type>text</type></entry> <entry> |