Re: Minor documentation fixes

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Elena Indrupskaya <e(dot)indrupskaya(at)postgrespro(dot)ru>
Cc: pgsql-docs(at)lists(dot)postgresql(dot)org
Subject: Re: Minor documentation fixes
Date: 2022-10-05 20:00:20
Message-ID: Yz3iVJcdFzoF7kO0@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

On Tue, Sep 27, 2022 at 03:58:10PM +0300, Elena Indrupskaya wrote:
> Hello everybody,
>
> My colleagues from the Postgres Pro documentation team and I noticed a few
> minor inconsistencies in recently updated sections of the PostgreSQL 15
> documentation. The attached patch fixes them.

> diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml
> index 2fe902eed2..53b178da95 100644
> --- a/doc/src/sgml/config.sgml
> +++ b/doc/src/sgml/config.sgml
> @@ -6757,11 +6757,11 @@ local0.* /var/log/postgresql
> For example, if syncing the data directory takes 25 seconds and
> thereafter resetting unlogged relations takes 8 seconds, and if this
> setting has the default value of 10 seconds, then a messages will be
> logged for syncing the data directory after it has been in progress
> for 10 seconds and again after it has been in progress for 20 seconds,
> - but nothing will be logged for resetting unlogged operations.
> + but nothing will be logged for resetting unlogged relations.
> </para>
> </listitem>
> </varlistentry>

Sorry I am just getting to this item. You are correct this needs fixing
and I have applied this to master and PG 15. I will send a separate
email about the release note changes.

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

Indecision is a decision. Inaction is an action. Mark Batterson

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Bruce Momjian 2022-10-05 20:19:51 Re: Minor documentation fixes
Previous Message Geoff Michaels 2022-10-03 16:32:02 Re: More explicit documentation neede on "pgpass"