From 678a8358d18d4079ced9f3655fead13df914cfbb Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Tue, 20 Aug 2024 17:53:40 -0400 Subject: [PATCH] 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 --- 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 749360a4b7..461fc3f437 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -16056,7 +16056,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.