Re: Minor fixes for PostgreSQL 13 documentation
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Alexander Lakhin <exclusion@gmail.com>
Cc: "pgsql-docs@postgresql.org" <pgsql-docs@postgresql.org>
Date: 2020-08-22T13:30:22Z
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–31) ; for <type>interval</type> values, the number of days > + (1–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
Commits
-
doc: Fix some markups for support functions of index AMs
- 77c1537f512e 14.0 landed
-
doc: Fix format, incorrect structure names and markup inconsistencies
- 610394c7b876 13.0 landed
- c3a288649e15 14.0 landed