diff options
-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 1abdcc4684c..c4bcefd2c2c 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -10519,7 +10519,7 @@ table2-mapping </row> <row> <entry><para><literal>json_extract_path(from_json json, VARIADIC path_elems text[])</literal> - </para><para><literal>jsonb_extract_path(from_jsonb jsonb, VARIADIC path_elems text[])</literal> + </para><para><literal>jsonb_extract_path(from_json jsonb, VARIADIC path_elems text[])</literal> </para></entry> <entry><para><type>json</type></para><para><type>jsonb</type> </para></entry> |