Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2ae8280

Browse files
committed
Revert "Clarify documentation for the initcap function"
This reverts commit1fe9e38. That commitwas a documentation improvement, not a bug fix. We don't normally backpatchsuch changes.Discussion:https://postgr.es/m/d8eacbeb8194c578a98317b86d7eb2ef0b6eb0e0.camel%40j-davis.com
1 parentdd29262 commit2ae8280

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
@@ -3148,11 +3148,8 @@ SELECT NOT(ROW(table.*) IS NOT NULL) FROM TABLE; -- detect at least one null in
31483148
</para>
31493149
<para>
31503150
Converts the first letter of each word to upper case and the
3151-
rest to lower case. When using the <literal>libc</literal> locale
3152-
provider, words are sequences of alphanumeric characters separated
3153-
by non-alphanumeric characters; when using the ICU locale provider,
3154-
words are separated according to
3155-
<ulink url="https://www.unicode.org/reports/tr29/#Word_Boundaries">Unicode Standard Annex #29</ulink>.
3151+
rest to lower case. Words are sequences of alphanumeric
3152+
characters separated by non-alphanumeric characters.
31563153
</para>
31573154
<para>
31583155
<literal>initcap('hi THOMAS')</literal>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp