Re: ALTER GROUP

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: zszmigiero@gmail.com
Cc: pgsql-docs@postgresql.org
Date: 2017-09-20T14:45:54Z
Lists: pgsql-docs
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


Commits

  1. Fix erroneous documentation about noise word GROUP.