From: Alvaro Herrera Date: Tue, 20 Aug 2024 21:53:40 +0000 (-0400) Subject: Minor wording change in table "JSON Creation Functions" X-Git-Tag: REL_16_5~110 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=25642b2a8b4215722a0eeb0bc3cf6907808b8e47;p=postgresql.git Minor wording change in table "JSON Creation Functions" For readability. Backpatch to 16. Author: Erik Wienhold Discussion: https://postgr.es/m/8ddac732-d650-4958-b9c9-ea8e6116251e@ewie.name --- diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 9c4f73b0ff5..262e25d1913 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -15730,7 +15730,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.