Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a3c6aa4

Browse files
committed
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
1 parent 80ffcb8 commit a3c6aa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/func.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2910,7 +2910,7 @@ SELECT NOT(ROW(table.*) IS NOT NULL) FROM TABLE; -- detect at least one null in
29102910
<primary>unicode_assigned</primary>
29112911
</indexterm>
29122912
<function>unicode_assigned</function> ( <type>text</type> )
2913-
<returnvalue>text</returnvalue>
2913+
<returnvalue>boolean</returnvalue>
29142914
</para>
29152915
<para>
29162916
Returns <literal>true</literal> if all characters in the string are

0 commit comments

Comments
 (0)