Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 678a835

Browse files
committed
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
1 parent 0fb0f68 commit 678a835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/func.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16056,7 +16056,7 @@ table2-mapping
1605616056
which specifies the data type returned. It must be one of <type>json</type>,
1605716057
<type>jsonb</type>, <type>bytea</type>, a character string type (<type>text</type>,
1605816058
<type>char</type>, or <type>varchar</type>), or a type
16059-
for which there is a cast from <type>json</type> to that type.
16059+
that can be cast to <type>json</type>.
1606016060
By default, the <type>json</type> type is returned.
1606116061
</para>
1606216062

0 commit comments

Comments
 (0)