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

Commit 81b2252

Browse files
committed
Remove mention of nchar
This datatype is purposefully not documented. Erik Wienhold <ewie@ewie.name> Discussion: https://postgr.es/m/om3g7p7u3ztlrdp4tfswgulavljgn2fe6u2agk34mrr65dffuu@cpzlzuv6flko
1 parent 7a31eb2 commit 81b2252

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
@@ -16004,7 +16004,7 @@ table2-mapping
1600416004
Some functions in this table have a <literal>RETURNING</literal> clause,
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>,
16007-
<type>char</type>, <type>varchar</type>, or <type>nchar</type>), or a type
16007+
<type>char</type>, or <type>varchar</type>), or a type
1600816008
for which there is a cast from <type>json</type> to that type.
1600916009
By default, the <type>json</type> type is returned.
1601016010
</para>

0 commit comments

Comments
 (0)