aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2024-08-20 17:53:40 -0400
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2024-08-20 17:53:40 -0400
commit678a8358d18d4079ced9f3655fead13df914cfbb (patch)
tree8a885f67ee7e1c2797c04a24fe2cca1ab2e58a22 /doc/src
parent0fb0f689331cb0c00348aab752dced30493a6672 (diff)
downloadpostgresql-678a8358d18d4079ced9f3655fead13df914cfbb.tar.gz
postgresql-678a8358d18d4079ced9f3655fead13df914cfbb.zip
Minor wording change in table "JSON Creation Functions"
For readability. Backpatch to 16. Author: Erik Wienhold <ewie@ewie.name> Discussion: https://postgr.es/m/8ddac732-d650-4958-b9c9-ea8e6116251e@ewie.name
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/func.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index 749360a4b71..461fc3f437c 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 <type>json</type>,
<type>jsonb</type>, <type>bytea</type>, a character string type (<type>text</type>,
<type>char</type>, or <type>varchar</type>), or a type
- for which there is a cast from <type>json</type> to that type.
+ that can be cast to <type>json</type>.
By default, the <type>json</type> type is returned.
</para>