Thread
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
-
Minor fixes for PostgreSQL 13 documentation
Alexander Law <exclusion@gmail.com> — 2020-08-22T10:10:11Z
Hello, Please consider applying fixes for bugs (incorrect tags, redundant spaces, etc.) I noticed while translating the documentation. Best regards, Alexander
-
Re: Minor fixes for PostgreSQL 13 documentation
Michael Paquier <michael@paquier.xyz> — 2020-08-22T13:30:22Z
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
-
Re: Minor fixes for PostgreSQL 13 documentation
Tom Lane <tgl@sss.pgh.pa.us> — 2020-08-22T15:06:52Z
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
-
Re: Minor fixes for PostgreSQL 13 documentation
Michael Paquier <michael@paquier.xyz> — 2020-08-23T12:11:58Z
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
-
Re: Minor fixes for PostgreSQL 13 documentation
Michael Paquier <michael@paquier.xyz> — 2020-08-24T08:02:04Z
On Sun, Aug 23, 2020 at 09:11:58PM +0900, Michael Paquier wrote: > I have looked again at the documentation and found just the five > places mentioned previously, giving the attached. And fixed with 77c1537, so we are done here. -- Michael