]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Revert "Clarify documentation for the initcap function"
authorAlexander Korotkov <akorotkov@postgresql.org>
Thu, 7 Aug 2025 11:11:49 +0000 (14:11 +0300)
committerAlexander Korotkov <akorotkov@postgresql.org>
Thu, 7 Aug 2025 11:15:09 +0000 (14:15 +0300)
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

doc/src/sgml/func.sgml

index f9b23ac7a82eebec2ca3ce25a17b3ce9d9a52557..8fbef434f3687f9a0989e1d55e886cef6c29f437 100644 (file)
@@ -2879,11 +2879,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>