Re: doc: Fix missing or duplicate closing parentheses in some documents

2025-11-07 Thread Bruce Momjian
On Fri, Nov 7, 2025 at 01:39:07PM +0900, Daisuke Higuchi wrote: > Thank you for checking! > > >"a regular expression (when starting with a slash (/))" > >to this: > >"a regular expression starting with a slash (/)" > > Yes, I agree with you. I also think this is easier to read. Very good, patch

Re: doc: Fix missing or duplicate closing parentheses in some documents

2025-11-06 Thread Daisuke Higuchi
Thank you for checking! >"a regular expression (when starting with a slash (/))" >to this: >"a regular expression starting with a slash (/)" Yes, I agree with you. I also think this is easier to read. Regards, 2025年11月7日(金) 13:08 Erik Wienhold : > On 2025-11-07 02:40 +0100, Daisuke Higuchi wro

Re: doc: Fix missing or duplicate closing parentheses in some documents

2025-11-06 Thread Erik Wienhold
On 2025-11-07 02:40 +0100, Daisuke Higuchi wrote: > I found that the parentheses seemed not to be handled correctly in > following 3 documents, so I attach the patch for this. > > - closing parentheses is missing > - doc/src/sgml/client-auth.sgml > > - closing parentheses is duplicate > - doc

doc: Fix missing or duplicate closing parentheses in some documents

2025-11-06 Thread Daisuke Higuchi
Hi I found that the parentheses seemed not to be handled correctly in following 3 documents, so I attach the patch for this. - closing parentheses is missing - doc/src/sgml/client-auth.sgml - closing parentheses is duplicate - doc/src/sgml/ltree.sgml - doc/src/sgml/trigger.sgml Regards d