Re: Minor fixes for PostgreSQL 13 documentation

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Alexander Lakhin <exclusion(at)gmail(dot)com>
Cc: "pgsql-docs(at)postgresql(dot)org" <pgsql-docs(at)postgresql(dot)org>
Subject: Re: Minor fixes for PostgreSQL 13 documentation
Date: 2020-08-22 13:30:22
Message-ID: 20200822133022.GC24782@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

On Sat, Aug 22, 2020 at 01:10:11PM +0300, Alexander Lakhin wrote:
> Please consider applying fixes for bugs (incorrect tags, redundant
> spaces, etc.) I noticed while translating the documentation.

Thanks, Alexander. I have applied and back-patched most of it down to
13.

> - The function is passed a pointer to a <replaceable>local_relopts</replaceable>
> + The function is passed a pointer to a <structname>local_relopts</structname>

The docs of brin, gin, gist and spgist disagree with that. Wouldn't
it be better to update all of them?

> - (1&ndash;31) ; for <type>interval</type> values, the number of days
> + (1&ndash;31); for <type>interval</type> values, the number of days

This one is visibly intentional, as of cbd2811.

> - <literal>libpq</literal>'s <link linkend="libpq-ssl-clientcert">default
> + <application>libpq</application>'s <link linkend="libpq-ssl-clientcert">default

I have found a second instance of that, so fixed on the way.
--
Michael

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Tom Lane 2020-08-22 15:06:52 Re: Minor fixes for PostgreSQL 13 documentation
Previous Message Michael Paquier 2020-08-22 12:23:19 Re: Document "59.2. Built-in Operator Classes" have a clerical error?