Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3dbff77

Browse files
akorotkovartemgavrilov
authored andcommitted
Revert "Clarify documentation for the initcap function"
This reverts commit 1fe9e38. 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
1 parent 38ba6e2 commit 3dbff77

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

doc/src/sgml/func.sgml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3110,11 +3110,8 @@ SELECT NOT(ROW(table.*) IS NOT NULL) FROM TABLE; -- detect at least one null in
31103110
</para>
31113111
<para>
31123112
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.
31183115
</para>
31193116
<para>
31203117
<literal>initcap('hi THOMAS')</literal>

0 commit comments

Comments
 (0)