diff options
| author | Alexander Korotkov <akorotkov@postgresql.org> | 2025-08-07 14:11:49 +0300 |
|---|---|---|
| committer | Alexander Korotkov <akorotkov@postgresql.org> | 2025-08-07 14:15:03 +0300 |
| commit | 098c27dee4c15222daeb9c15a3db8ec18d24a26f (patch) | |
| tree | 244248a5decdc81e4c590fe0df6b53fc665139ca /doc/src | |
| parent | baacfb9e609cbd7b210225fa25bfc94e518aaabf (diff) | |
Revert "Clarify documentation for the initcap function"
This reverts commit 1fe9e3822c4e574aa526b99af723e61e03f36d4f. That commit
was a documentation improvement, not a bug fix. We don't normally backpatch
such changes.
Discussion: https://postgr.es/m/d8eacbeb8194c578a98317b86d7eb2ef0b6eb0e0.camel%40j-davis.com
Diffstat (limited to 'doc/src')
| -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 de8c07aa86e..db22327ac12 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -2904,11 +2904,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> |
