diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 9fba2676f07..03b63f74191 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -16005,7 +16005,7 @@ table2-mapping which specifies the data type returned. It must be one of json, jsonb, bytea, a character string type (text, char, or varchar), or a type - for which there is a cast from json to that type. + that can be cast to json. By default, the json type is returned.