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

Commit 5effd59

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 effc4c9 commit 5effd59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/func.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16005,7 +16005,7 @@ table2-mapping
1600516005
which specifies the data type returned. It must be one of <type>json</type>,
1600616006
<type>jsonb</type>, <type>bytea</type>, a character string type (<type>text</type>,
1600716007
<type>char</type>, or <type>varchar</type>), or a type
16008-
for which there is a cast from <type>json</type> to that type.
16008+
that can be cast to <type>json</type>.
1600916009
By default, the <type>json</type> type is returned.
1601016010
</para>
1601116011

0 commit comments

Comments
 (0)