diff options
-rw-r--r-- | doc/src/sgml/func.sgml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 3b6ef605477..11371326a29 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -2926,11 +2926,8 @@ repeat('Pg', 4) <returnvalue>PgPgPgPg</returnvalue> </para> <para> Converts the first letter of each word to upper case and the - rest to lower case. When using the <literal>libc</literal> locale - provider, words are sequences of alphanumeric characters separated - by non-alphanumeric characters; when using the ICU locale provider, - words are separated according to - <ulink url="https://www.unicode.org/reports/tr29/#Word_Boundaries">Unicode Standard Annex #29</ulink>. + rest to lower case. Words are sequences of alphanumeric + characters separated by non-alphanumeric characters. </para> <para> <literal>initcap('hi THOMAS')</literal> |