From: Alvaro Herrera Date: Mon, 6 May 2024 10:45:17 +0000 (+0200) Subject: Remove mention of nchar X-Git-Tag: REL_17_BETA1~103 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=81b2252e609cfa74550dd6804949485c094e4b85;p=postgresql.git Remove mention of nchar This datatype is purposefully not documented. Erik Wienhold Discussion: https://postgr.es/m/om3g7p7u3ztlrdp4tfswgulavljgn2fe6u2agk34mrr65dffuu@cpzlzuv6flko --- diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 36b2c5427af..17c44bc3384 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -16004,7 +16004,7 @@ table2-mapping Some functions in this table have a RETURNING clause, which specifies the data type returned. It must be one of json, jsonb, bytea, a character string type (text, - char, varchar, or nchar), or a type + char, or varchar), or a type for which there is a cast from json to that type. By default, the json type is returned.