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

From: Erik Wienhold <ewie(at)ewie(dot)name>
To: Daisuke Higuchi <higuchi(dot)daisuke11(at)gmail(dot)com>
Cc: pgsql-docs(at)lists(dot)postgresql(dot)org
Subject: Re: doc: Fix missing or duplicate closing parentheses in some documents
Date: 2025-11-07 04:08:27
Message-ID: b709e0c9-fc36-416d-8ae1-809f7a4c160f@ewie.name
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-docs

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/src/sgml/ltree.sgml
> - doc/src/sgml/trigger.sgml

All three changes make sense. Although I would rephrase the part in
client-auth.sgml from this:

"a regular expression (when starting with a slash (<literal>/</literal>))"

to this:

"a regular expression starting with a slash (<literal>/</literal>)"

The latter reads nicer IMO and avoids the double closing parenthesis
which I find a bit awkward.

--
Erik Wienhold

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Daisuke Higuchi 2025-11-07 04:39:07 Re: doc: Fix missing or duplicate closing parentheses in some documents
Previous Message Daisuke Higuchi 2025-11-07 01:40:48 doc: Fix missing or duplicate closing parentheses in some documents