diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2024-08-20 17:53:40 -0400 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2024-08-20 17:53:40 -0400 |
commit | 25642b2a8b4215722a0eeb0bc3cf6907808b8e47 (patch) | |
tree | 7440e48166d05de3b82dff01970655623bbe9397 | |
parent | 845f9835e80738f44e8a78003f7d80019f13f8fe (diff) | |
download | postgresql-25642b2a8b4215722a0eeb0bc3cf6907808b8e47.tar.gz postgresql-25642b2a8b4215722a0eeb0bc3cf6907808b8e47.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
-rw-r--r-- | doc/src/sgml/func.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
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 <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> |