File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -3148,8 +3148,11 @@ SELECT NOT(ROW(table.*) IS NOT NULL) FROM TABLE; -- detect at least one null in
31483148 </para>
31493149 <para>
31503150 Converts the first letter of each word to upper case and the
3151- rest to lower case. Words are sequences of alphanumeric
3152- characters separated by non-alphanumeric characters.
3151+ rest to lower case. When using the <literal>libc</literal> locale
3152+ provider, words are sequences of alphanumeric characters separated
3153+ by non-alphanumeric characters; when using the ICU locale provider,
3154+ words are separated according to
3155+ <ulink url="https://www.unicode.org/reports/tr29/#Word_Boundaries">Unicode Standard Annex #29</ulink>.
31533156 </para>
31543157 <para>
31553158 <literal>initcap('hi THOMAS')</literal>
You can’t perform that action at this time.
0 commit comments