From ed4a26260c6ebd7948eacc42eddae1e898239f6e Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 16 Apr 2014 11:24:38 -0400 Subject: [PATCH] doc: fix json_extract_path_text() typo by adding jsonb Report from rudolf --- doc/src/sgml/func.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 0809a6d2e92..1759c8876c4 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 -- 2.39.5