From: Bruce Momjian Date: Wed, 16 Apr 2014 15:24:38 +0000 (-0400) Subject: doc: fix json_extract_path_text() typo by adding jsonb X-Git-Tag: REL9_4_BETA1~169 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ed4a26260c6ebd7948eacc42eddae1e898239f6e;p=postgresql doc: fix json_extract_path_text() typo by adding jsonb Report from rudolf --- diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 0809a6d2e9..1759c8876c 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -10536,7 +10536,7 @@ table2-mapping json_extract_path_text(from_json json, VARIADIC path_elems text[]) - json_extract_path_text(from_json json, VARIADIC path_elems text[]) + json_extract_path_text(from_json jsonb, VARIADIC path_elems text[]) text