Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Minor wording change in table "JSON Creation Functions"
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Tue, 20 Aug 2024 21:53:40 +0000 (17:53 -0400)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Tue, 20 Aug 2024 21:53:40 +0000 (17:53 -0400)
For readability.  Backpatch to 16.

Author: Erik Wienhold <ewie@ewie.name>
Discussion: https://postgr.es/m/8ddac732-d650-4958-b9c9-ea8e6116251e@ewie.name

doc/src/sgml/func.sgml

index 9c4f73b0ff59bf463d43b9dfba6f7eb0138e5bb2..262e25d1913747c31becd3463acadd24864b2cf5 100644 (file)
@@ -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>