Initcap works differently with different locale providers

2024-09-25 Thread Oleg Tselebrovskiy
Greetings, everyone! One of our clients has found a difference in behaviour of initcap function when using different locale providers, shown below postgres=# create database test_db_1 locale_provider=icu locale="ru_RU.UTF-8" template=template0; NOTICE: using standard form "ru-RU" f

Re: Count parameter for cursor_to_xml

2024-09-25 Thread Daniel Gustafsson
> On 25 Sep 2024, at 10:50, PG Doc comments form wrote: > > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/16/functions-xml.html > Description: > > cursor_to_xml ( cursor refcursor, count integer, nulls boolean, >tab

Count parameter for cursor_to_xml

2024-09-25 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/16/functions-xml.html Description: cursor_to_xml ( cursor refcursor, count integer, nulls boolean, tableforest boolean, targetns text ) → xml There is not explanation what th

Re: Title updation while documentation is generated using STYLE=website

2024-09-25 Thread Erik Wienhold
On 2024-09-25 07:23 +0200, vignesh C wrote: > While building the documentation with make STYLE=website html, I > noticed inconsistencies in the formatting of the starting letter of > each word in the titles. For instance: > "Obtaining Information about an Error" becomes "Obtaining Information > Abo