Thread

Commits

  1. Improve planner stats documentation

  1. Minor typo in sentence

    The Post Office <noreply@postgresql.org> — 2018-12-06T12:36:07Z

    The following documentation comment has been logged on the website:
    
    Page: https://www.postgresql.org/docs/11/planner-stats.html
    Description:
    
    There is typo in "14.2.2. Extended Statistics": 
    
    > Statistics objects are created using CREATE STATISTICS, which see for more
    details.
    
    I think the part after the comma can be removed
    
  2. Re: Minor typo in sentence

    Stephen Frost <sfrost@snowman.net> — 2018-12-06T13:10:13Z

    Greetings,
    
    * PG Doc comments form (noreply@postgresql.org) wrote:
    > The following documentation comment has been logged on the website:
    > 
    > Page: https://www.postgresql.org/docs/11/planner-stats.html
    > Description:
    > 
    > There is typo in "14.2.2. Extended Statistics": 
    > 
    > > Statistics objects are created using CREATE STATISTICS, which see for more
    > details.
    > 
    > I think the part after the comma can be removed
    
    Agreed, my thinking is that we should have that be:
    
    Statistics objects are created using the CREATE STATISTICS command.
    
    which is more in-line with how we refer to commands elsewhere.  I'll
    make that change and back-patch it later today.
    
    Thanks!
    
    Stephen
    
  3. Re: Minor typo in sentence

    Stephen Frost <sfrost@snowman.net> — 2018-12-06T17:08:01Z

    Greetings,
    
    * Stephen Frost (sfrost@snowman.net) wrote:
    > * PG Doc comments form (noreply@postgresql.org) wrote:
    > > The following documentation comment has been logged on the website:
    > > 
    > > Page: https://www.postgresql.org/docs/11/planner-stats.html
    > > Description:
    > > 
    > > There is typo in "14.2.2. Extended Statistics": 
    > > 
    > > > Statistics objects are created using CREATE STATISTICS, which see for more
    > > details.
    > > 
    > > I think the part after the comma can be removed
    > 
    > Agreed, my thinking is that we should have that be:
    > 
    > Statistics objects are created using the CREATE STATISTICS command.
    > 
    > which is more in-line with how we refer to commands elsewhere.  I'll
    > make that change and back-patch it later today.
    
    I've pushed this change now.
    
    Thanks!
    
    Stephen