Remove mention of nchar
authorAlvaro Herrera <[email protected]>
Mon, 6 May 2024 10:45:17 +0000 (12:45 +0200)
committerAlvaro Herrera <[email protected]>
Mon, 6 May 2024 10:45:17 +0000 (12:45 +0200)
This datatype is purposefully not documented.

Erik Wienhold <[email protected]>
Discussion: https://postgr.es/m/om3g7p7u3ztlrdp4tfswgulavljgn2fe6u2agk34mrr65dffuu@cpzlzuv6flko

doc/src/sgml/func.sgml

index 8656bf3ab5713f539f25cf322b50a9ccdcc4ba5a..9c4f73b0ff59bf463d43b9dfba6f7eb0138e5bb2 100644 (file)
@@ -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>