Thread

Commits

  1. Fix erroneous documentation about noise word GROUP.

  1. ALTER GROUP

    zszmigiero@gmail.com — 2017-09-16T12:37:50Z

    The following documentation comment has been logged on the website:
    
    Page: https://www.postgresql.org/docs/9.5/static/sql-alterrole.html
    Description:
    
     [ GROUP ] role_name
    
    How to read this role specification?
    According to notation the erroneous:
    
    "ALTER ROLE GROUP role_name"
    
    should be supported
    
    
    
  2. Re: ALTER GROUP

    Tom Lane <tgl@sss.pgh.pa.us> — 2017-09-20T14:45:54Z

    zszmigiero@gmail.com writes:
    > The following documentation comment has been logged on the website:
    > Page: https://www.postgresql.org/docs/9.5/static/sql-alterrole.html
    > Description:
    
    >  [ GROUP ] role_name
    
    > How to read this role specification?
    > According to notation the erroneous:
    
    > &quot;ALTER ROLE GROUP role_name&quot;
    
    > should be supported
    
    Hmm, seems to be a documentation bug.  Possibly this was copied-and-pasted
    from the docs for GRANT, which does allow the noise word GROUP here.
    
    Thanks for reporting it!
    
    			regards, tom lane