From: Fujii Masao Date: Mon, 19 May 2014 11:41:41 +0000 (+0900) Subject: Fix typo in JSON function document. X-Git-Tag: REL9_4_BETA2~157 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f097d70b7227c1f9aa2ed0af1d6deb05367ef657;p=postgresql Fix typo in JSON function document. --- diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 51b0c9793b..1abdcc4684 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -10531,7 +10531,7 @@ table2-mapping json_extract_path_text(from_json json, VARIADIC path_elems text[]) - json_extract_path_text(from_json jsonb, VARIADIC path_elems text[]) + jsonb_extract_path_text(from_json jsonb, VARIADIC path_elems text[]) text