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 | 5effd5970429cdac56c8219eb4c0b8b047cac320 (patch) | |
tree | 0d341ecc8f7e3c92d5a21b067ccb419d241a3742 | |
parent | effc4c9a666cdb19822d7062ba1ef67ddddffb42 (diff) | |
download | postgresql-5effd5970429cdac56c8219eb4c0b8b047cac320.tar.gz postgresql-5effd5970429cdac56c8219eb4c0b8b047cac320.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 9fba2676f07..03b63f74191 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -16005,7 +16005,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> |