Re: Documentation improvement patch

2025-10-25 Thread Oleg
Dear Daniel, Thank you for your prompt feedback. Attached, please find the updated documentation patch, which incorporates your suggestions from both the first and second rounds of review. -- Oleg Sibiryakov On 22.10.2025 11:02, Daniel Gustafsson wrote: On 13 Oct 2025, at 12:51, Oleg

Re: Documentation improvement patch

2025-10-21 Thread Oleg
Dear Daniel, Could you please provide your feedback on the last two points? Once I have it, I will send the updated patch immediately to finalize the improvements. Thank you, Oleg On 13.10.2025 13:51, Oleg wrote: Thank you for your feedback, Daniel. My thoughts are below: /- Change the

Re: Documentation improvement patch

2025-10-18 Thread Oleg
; when we are already talking about function definitions?/ I agree that it may seem redundant, I added "function" here for the sake of consistency with lines 1829/1830 (if applied to the master branch) where the documentation mentions "standard internal*function* library". Please,

Re: Documentation improvement patch

2025-10-09 Thread Oleg
your consideration. -- Regards, Oleg Sibiryakov Technical Writer Postgres Professional, The Russian Postgres Company https://postgrespro.ru On 10.09.2025 10:54, Oleg wrote: Dear all, I have prepared a patch containing some minor inconsistencies in the documentation. Please, take a look. I

Documentation improvement patch

2025-09-10 Thread Oleg
Dear all, I have prepared a patch containing some minor inconsistencies in the documentation. Please, take a look. I will be looking forward to your feedback. The patch shall be applied to the REL_18_STABLE branch. -- Regards, Oleg Sibiryakov Technical Writer Postgres Professional, The

Re: Initcap works differently with different locale providers

2025-08-05 Thread Oleg Tselebrovskiy
Jeff Davis wrote at 2025-08-05 03:59: One more thing: we should also change it to "... to upper case (or title case) and the rest to lower case...". Title case is for scripts that have characters like 'Dž' (U+01C5). Done based upon second version of previous patch. Again, there are two versions

Re: Initcap works differently with different locale providers

2025-08-03 Thread Oleg Tselebrovskiy
eeded. Still on the fence about which patch is better, though Thoughts? [1]: https://www.unicode.org/reports/tr29/#Word_Boundaries Regards, Oleg Tselebrovskiydiff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 74a16af04ad..8a44e0ae593 100644 --- a/doc/src/sgml/func.sgml +++ b/do

Re: Initcap works differently with different locale providers

2025-07-28 Thread Oleg Tselebrovskiy
Alexander Korotkov wrote at 2025-07-28 17:23: On Mon, Jul 28, 2025 at 1:20 PM Alexander Korotkov wrote: On 25 Sep 2024, at 18:13, Oleg Tselebrovskiy wrote: Greetings, everyone! One of our clients has found a difference in behaviour of initcap function when using different locale

Re: Documentation improvement patch

2024-10-07 Thread Oleg Sibiryakov
Thank you, Daniel. -- Oleg Sibiryakov On 02.10.2024 15:58, Daniel Gustafsson wrote: On 2 Oct 2024, at 10:09, Oleg Sibiryakov wrote: Thank you for your kind feedback! I will take due note of the comments in the next documentation patches as well. I have made all the changes as per your

Re: Documentation improvement patch

2024-10-02 Thread Oleg Sibiryakov
Thank you for your kind feedback! I will take due note of the comments in the next documentation patches as well. I have made all the changes as per your feedback and also corrected paragraph reflow. The third version of the patch is attached for your consideration. -- Oleg Sibiryakov On

Re: Documentation improvement patch

2024-10-01 Thread Oleg Sibiryakov
this time. -- Regards, Oleg Sibiryakov Technical Writer Postgres Professional, The Russian Postgres Company https://postgrespro.ru On 13.09.2024 13:50, Oleg Sibiryakov wrote: Here is a patch without the builtin/built-in corrections (find attached). But I still believe the issue should be discussed

Initcap works differently with different locale providers

2024-09-25 Thread Oleg Tselebrovskiy
REL_12_STABLE only) [1]: https://www.unicode.org/reports/tr29/#Word_Boundaries [2]: https://www.postgresql.org/message-id/CAEwbS1R8pwhRkwRo3XsPt24ErBNtFWuReAZhVPJwA3oqo148tA%40mail.gmail.com Oleg Tselebrovskiy, Postgres Professionaldiff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index

Re: Documentation improvement patch

2024-09-13 Thread Oleg Sibiryakov
value). So I do think we cannot really leave it as is. -- Oleg Sibiryakov On 11.09.2024 12:53, Peter Eisentraut wrote: On 10.09.24 15:02, Daniel Gustafsson wrote: On 10 Sep 2024, at 13:46, Oleg Sibiryakov wrote: 1. Since we do not want to use here, I suggest we hyphenate it as "bui

Re: Documentation improvement patch

2024-09-10 Thread Oleg Sibiryakov
Thank you for your feedback. 1. Since we do not want to use here, I suggest we hyphenate it as "built-in". What's your take on it? 2. Leaving not-null is fine. -- Oleg Sibiryakov On 06.09.2024 16:20, Daniel Gustafsson wrote: On 5 Sep 2024, at 11:33, Oleg Sibiryakov wrot

Documentation improvement patch

2024-09-05 Thread Oleg Sibiryakov
feedback. The patch shall be applied to the REL_17_STABLE branch. -- Regards, Oleg Sibiryakov Technical Writer Postgres Professional, The Russian Postgres Company https://postgrespro.ru diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index a63cc71efa2..7a905fd6a3a 100644 --- a/doc

Re: TOC: List of Figures

2019-07-02 Thread Oleg Bartunov
On 2 Jul 2019, at 11:13, Jürgen Purtz wrote: After the integration of figures into the documentation it may be helpful to extent the TOC with a 'List of Figures'. Any opinion? If yes: The same for 'List of Tables' and 'List of Examples'? There is a simple way to enable this feature: change line

Re: SQL-2016 in docs

2019-05-30 Thread Oleg Bartunov
On Mon, May 27, 2019 at 2:33 PM Peter Eisentraut wrote: > > On 2019-05-12 10:14, Oleg Bartunov wrote: > > I noticed that in our docs for PG12 there is no SQL-2016, but we actually > > have JSON Path implementation committed, which is a part of SQL-2016 > > standard.

SQL-2016 in docs

2019-05-12 Thread Oleg Bartunov
I noticed that in our docs for PG12 there is no SQL-2016, but we actually have JSON Path implementation committed, which is a part of SQL-2016 standard. One missing feature - is datetime support. Peter, will you add this or I prepare the patch ? Oleg -- Postgres Professional: http

Re: Return codes for archive and restore commands

2018-11-29 Thread Oleg Bartunov
On Thu, Nov 29, 2018 at 5:40 AM Stephen Frost wrote: > > Greetings, > > * Michael Paquier ([email protected]) wrote: > > On Wed, Nov 28, 2018 at 11:00:31AM +, PG Doc comments form wrote: > > > For the archive command: > > > <=128 There are not errors in the PostgreSQL log (messages with seve

Re: First SVG graphic

2018-11-29 Thread Oleg Bartunov
On Wed, Nov 28, 2018 at 8:33 PM Jürgen Purtz wrote: > > After one week no response at all? Neither positive nor negative. It seems > that the community has little interest in the SVG issue. Or in my suggestion? First of all, I am BIG + for having diagrams in our documentation. I once estimated

Re: remove deprecated @@@ operator ?

2018-10-21 Thread Oleg Bartunov
On Sun, Oct 21, 2018 at 11:24 PM Tom Lane wrote: > > Oleg Bartunov writes: > > The commit 9b5c8d45f62bd3d243a40cc84deb93893f2f5122 is now 10+ years > > old, may be we could remove deprecated @@@ operator ? > > Is it actually causing any problem? AFAICS it's just

Re: bloom documentation patch

2018-10-17 Thread Oleg Bartunov
On Mon, Oct 15, 2018 at 12:48 AM Thomas Munro wrote: > > On Mon, Oct 15, 2018 at 10:15 AM Oleg Bartunov > wrote: > > Please, consider attached patch, which improves contrib/bloom documentation. > > Hello Oleg, I have no comment on the technical details but here is > s

bloom documentation patch

2018-10-14 Thread Oleg Bartunov
Hi, Please, consider attached patch, which improves contrib/bloom documentation. Best regards, Oleg -- Postgres Professional: http://www.postgrespro.com The Russian Postgres Company bloom.sgml.patch Description: Binary data

Re: document json[b] limitation

2018-04-25 Thread Oleg Bartunov
On Wed, Apr 25, 2018 at 6:50 PM, Oleg Bartunov wrote: > On Wed, Apr 25, 2018 at 2:12 AM, Tom Lane wrote: >> Oleg Bartunov writes: >>> Attached is a small patch, which documents the maximum size of >>> json[b] types. Probably, it's worth to patch previous re

Re: document json[b] limitation

2018-04-25 Thread Oleg Bartunov
On Wed, Apr 25, 2018 at 2:12 AM, Tom Lane wrote: > Oleg Bartunov writes: >> Attached is a small patch, which documents the maximum size of >> json[b] types. Probably, it's worth to patch previous releases, where >> the types were introduced. > > If you said &q

document json[b] limitation

2018-04-24 Thread Oleg Bartunov
Hi there, Attached is a small patch, which documents the maximum size of json[b] types. Probably, it's worth to patch previous releases, where the types were introduced. Best regards, Oleg -- Postgres Professional: http://www.postgrespro.com The Russian Postgres Company json.sgml.

Re: Dead link in ltree documentation

2018-04-05 Thread Oleg Bartunov
On Wed, Apr 4, 2018 at 8:17 PM, Alvaro Herrera wrote: > David G. Johnston wrote: > >> I'm not seeing the value in providing a link, especially one that we don't >> control, here. Futhermore, we could probably drop the whole "In >> practice..." sentence. But if not at least put a period after "li

Re: Dead link in ltree documentation

2018-04-04 Thread Oleg Bartunov
Postgres Professional: http://www.postgrespro.com The Russian Postgres Company On Wed, Apr 4, 2018 at 12:59 PM, PG Doc comments form wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/10/static/ltree.html > Description: > > Hi,

Re: Images in the official documentation

2018-02-27 Thread Oleg Bartunov
On Mon, Feb 26, 2018 at 10:23 PM, Tom Lane wrote: > Craig Ringer writes: >> On 26 February 2018 at 12:16, Tom Lane wrote: >>> How can we resolve these issues? > >> Question the assumptions and requirements. Why do we actually _need_ >> diffable, mergeable images? Sure, it'd be *nice*, but what's

Re: Images in the official documentation

2018-02-24 Thread Oleg Bartunov
On Sat, Feb 24, 2018 at 4:04 AM, Peter Eisentraut wrote: > On 2/23/18 11:21, Tom Lane wrote: >> In the distant >> past, as I recall, we had a GIF or two; but we abandoned that on the >> grounds that it was unmaintainable and also incompatible with some >> documentation output formats. I'm not too

Re: [DOCS] Add JSON to the list of acronyms in the documentation's appendix

2018-01-11 Thread Oleg Bartunov
On Thu, Jan 11, 2018 at 7:22 PM, Bruce Momjian wrote: > On Tue, Oct 24, 2017 at 08:18:49PM +, [email protected] wrote: >> The following documentation comment has been logged on the website: >> >> Page: https://www.postgresql.org/docs/10/static/acronyms.html >> Description: >> >> Hello al