From: Bruce Momjian Date: Mon, 2 Jun 2014 20:18:45 +0000 (-0400) Subject: doc: fix JSON function prototype variable label X-Git-Tag: REL9_4_BETA2~116 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=19c9da1d9654cbfd95bae26caff497d78277fb6e;p=thirdparty%2Fpostgresql.git doc: fix JSON function prototype variable label from_jsonb -> from_json, for consistency Patch by rudolf (private report) --- 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