diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2024-05-06 12:45:17 +0200 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2024-05-06 12:45:17 +0200 |
commit | 3855bf9c10ae27d0d55c0b0b3ee9bad4cc40d80e (patch) | |
tree | 9c53861e629fcc8c01097d5c169d98c8436b488e | |
parent | dde58eccae71c578f39255c72c351f3b0976c6a2 (diff) | |
download | postgresql-3855bf9c10ae27d0d55c0b0b3ee9bad4cc40d80e.tar.gz postgresql-3855bf9c10ae27d0d55c0b0b3ee9bad4cc40d80e.zip |
Remove mention of nchar
This datatype is purposefully not documented.
Erik Wienhold <ewie@ewie.name>
Discussion: https://postgr.es/m/om3g7p7u3ztlrdp4tfswgulavljgn2fe6u2agk34mrr65dffuu@cpzlzuv6flko
-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 8656bf3ab57..9c4f73b0ff5 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -15729,7 +15729,7 @@ table2-mapping Some functions in this table have a <literal>RETURNING</literal> clause, 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>, <type>varchar</type>, or <type>nchar</type>), or a type + <type>char</type>, or <type>varchar</type>), or a type for which there is a cast from <type>json</type> to that type. By default, the <type>json</type> type is returned. </para> |