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