Minor wording change in table "JSON Creation Functions"
authorAlvaro Herrera
Tue, 20 Aug 2024 21:53:40 +0000 (17:53 -0400)
committerAlvaro Herrera
Tue, 20 Aug 2024 21:53:40 +0000 (17:53 -0400)
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

index 9fba2676f07f80a645e7afef48cfde4ef436f140..03b63f74191440a9d04fcaef0953079903afe3d6 100644 (file)
@@ -16005,7 +16005,7 @@ table2-mapping
    which specifies the data type returned.  It must be one of json,
    jsonbbytea, 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.