1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-21 12:05:57 +03:00

Fix doc typo: unicode_assigned() return type.

Reported-by: Hironobu SUZUKI
Discussion: https://postgr.es/m/5dd88820-bb00-4b90-904b-738ea2e4ee2e@interdb.jp
Backpatch-through: 17
This commit is contained in:
Jeff Davis 2024-08-14 19:05:39 -07:00
parent 80ffcb8427
commit a3c6aa42ee

View File

@ -2910,7 +2910,7 @@ SELECT NOT(ROW(table.*) IS NOT NULL) FROM TABLE; -- detect at least one null in
<primary>unicode_assigned</primary> <primary>unicode_assigned</primary>
</indexterm> </indexterm>
<function>unicode_assigned</function> ( <type>text</type> ) <function>unicode_assigned</function> ( <type>text</type> )
<returnvalue>text</returnvalue> <returnvalue>boolean</returnvalue>
</para> </para>
<para> <para>
Returns <literal>true</literal> if all characters in the string are Returns <literal>true</literal> if all characters in the string are