Thread

Commits

  1. doc: Fix some markups for support functions of index AMs

  2. doc: Fix format, incorrect structure names and markup inconsistencies

  1. 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
    
  2. 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&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
    
  3. 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
    
    
    
    
  4. 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
    
  5. 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