Skip to content

Commit b862465

Browse files
committed
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 aae9aad commit b862465

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
@@ -3049,11 +3049,8 @@ repeat('Pg', 4) <returnvalue>PgPgPgPg</returnvalue>
30493049
</para>
30503050
<para>
30513051
Converts the first letter of each word to upper case and the
3052-
rest to lower case. When using the <literal>libc</literal> locale
3053-
provider, words are sequences of alphanumeric characters separated
3054-
by non-alphanumeric characters; when using the ICU locale provider,
3055-
words are separated according to
3056-
<ulink url="https://www.unicode.org/reports/tr29/#Word_Boundaries">Unicode Standard Annex #29</ulink>.
3052+
rest to lower case. Words are sequences of alphanumeric
3053+
characters separated by non-alphanumeric characters.
30573054
</para>
30583055
<para>
30593056
<literal>initcap('hi THOMAS')</literal>

0 commit comments

Comments
 (0)