Minor fixes for PostgreSQL 13 documentation
Hello,
Please consider applying fixes for bugs (incorrect tags, redundant
spaces, etc.) I noticed while translating the documentation.
Best regards,
Alexander
Attachments:
fix-doc-13-bugs.patchtext/x-patch; charset=UTF-8; name=fix-doc-13-bugs.patchDownload+27-24
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
Michael Paquier <michael@paquier.xyz> writes:
On Sat, Aug 22, 2020 at 01:10:11PM +0300, Alexander Lakhin wrote:
- 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?
Yeah, probably. See 47046763c for some policy I'd made up about when
to use <replaceable> --- typedef names definitely don't fit.
regards, tom lane
On Sat, Aug 22, 2020 at 11:06:52AM -0400, Tom Lane wrote:
Michael Paquier <michael@paquier.xyz> writes:
The docs of brin, gin, gist and spgist disagree with that. Wouldn't
it be better to update all of them?Yeah, probably. See 47046763c for some policy I'd made up about when
to use <replaceable> --- typedef names definitely don't fit.
I have looked again at the documentation and found just the five
places mentioned previously, giving the attached.
--
Michael