Re: [very minor] Documentation suggestion

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: andyatkinson(at)gmail(dot)com, pgsql-docs(at)lists(dot)postgresql(dot)org
Subject: Re: [very minor] Documentation suggestion
Date: 2023-10-27 15:40:08
Message-ID: ZTvZ2JGcoKoFxMUB@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

On Fri, Oct 21, 2022 at 02:19:12AM +0000, PG Doc comments form wrote:
> The following documentation comment has been logged on the website:
>
> Page: https://www.postgresql.org/docs/15/logicaldecoding-synchronous.html
> Description:
>
> Very minor suggestion. Earlier on this page, commands are referred to that
> can cause "a deadlock". Later on the page, it says "cause deadlock".
>
> https://www.postgresql.org/account/comments/new/15/logicaldecoding-synchronous.html/
>
> "Note that these commands that can cause deadlock"

The full sentence is:

Note that these commands that can cause deadlock apply to not only
explicitly indicated system catalog tables above but also to any other
[user] catalog table.

What I think it means is:

Note that these commands, that can cause deadlock, apply to not only
explicitly indicated system catalog tables above but also to any other
[user] catalog table.

so with "a" it would be:

Note that these commands, that can cause a deadlock, apply to not only
explicitly indicated system catalog tables above but also to any other
[user] catalog table.

but it still needs help ;-) Here is the text I just applied:

Note that these commands can cause deadlocks not only for the system
catalog tables listed above but for other catalog tables.

Attached is the applied patch to master.

--
Bruce Momjian <bruce(at)momjian(dot)us> https://momjian.us
EDB https://enterprisedb.com

Only you can decide what is important to you.

Attachment Content-Type Size
master.diff text/x-diff 993 bytes

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Laurenz Albe 2023-10-27 15:49:42 Re: Version 14/15 documentation Section "Alter Default Privileges"
Previous Message Bruce Momjian 2023-10-27 15:06:13 Re: First Person (I) Should be avoided