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 | 81b2252e609cfa74550dd6804949485c094e4b85 (patch) | |
tree | 23b0f44030b5a5476446491dd3b58e6e67efa3de /doc/src | |
parent | 7a31eb2aaa6be61ef4e78efe5eaacb4a43dfc4c5 (diff) | |
download | postgresql-81b2252e609cfa74550dd6804949485c094e4b85.tar.gz postgresql-81b2252e609cfa74550dd6804949485c094e4b85.zip |
Remove mention of nchar
This datatype is purposefully not documented.
Erik Wienhold <ewie@ewie.name>
Discussion: https://postgr.es/m/om3g7p7u3ztlrdp4tfswgulavljgn2fe6u2agk34mrr65dffuu@cpzlzuv6flko
Diffstat (limited to 'doc/src')
-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 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 <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> |