From 3855bf9c10ae27d0d55c0b0b3ee9bad4cc40d80e Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Mon, 6 May 2024 12:45:17 +0200 Subject: Remove mention of nchar This datatype is purposefully not documented. Erik Wienhold Discussion: https://postgr.es/m/om3g7p7u3ztlrdp4tfswgulavljgn2fe6u2agk34mrr65dffuu@cpzlzuv6flko --- doc/src/sgml/func.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 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. -- cgit v1.2.3