From 19c9da1d9654cbfd95bae26caff497d78277fb6e Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 2 Jun 2014 16:18:45 -0400 Subject: [PATCH] doc: fix JSON function prototype variable label from_jsonb -> from_json, for consistency Patch by rudolf (private report) --- 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 1abdcc4684c..c4bcefd2c2c 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -10519,7 +10519,7 @@ table2-mapping json_extract_path(from_json json, VARIADIC path_elems text[]) - jsonb_extract_path(from_jsonb jsonb, VARIADIC path_elems text[]) + jsonb_extract_path(from_json jsonb, VARIADIC path_elems text[]) jsonjsonb