pgsql: Further clarify documentation for the initcap function

From: Alexander Korotkov <akorotkov(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Further clarify documentation for the initcap function
Date: 2025-08-26 10:23:35
Message-ID: E1uqqpz-001k6J-0e@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Further clarify documentation for the initcap function

This is a follow-up for commit c2c2c7e225. It further clarifies the
following in the initcap function documentation:

* Document that title case is used for digraphs in specific locales,
* Reference particular ICU function used,
* Add note about the purpose of the function.

Discussion: https://postgr.es/m/804cc10ef95d4d3b298e76b181fd9437%40postgrespro.ru
Author: Oleg Tselebrovskiy <o(dot)tselebrovskiy(at)postgrespro(dot)ru>
Co-authored-by: Alexander Korotkov <aekorotkov(at)gmail(dot)com>
Reviewed-by: Jeff Davis <pgsql(at)j-davis(dot)com>
Reviewed-by: Peter Eisentraut <peter(at)eisentraut(dot)org>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f8ce9ed220b5edd8ba751706bbcdbcc5b64be66e

Modified Files
--------------
doc/src/sgml/func/func-string.sgml | 21 +++++++++++++++------
1 file changed, 15 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alexander Korotkov 2025-08-26 10:24:03 pgsql: Improve RowMark handling during Self-Join Elimination
Previous Message Peter Eisentraut 2025-08-26 09:56:34 pgsql: Raise C requirement to C11