Thread
Commits
-
Fix erroneous documentation about noise word GROUP.
- e77730721f5f 10.0 landed
- 6f5e7a87406f 9.5.10 landed
- 33dd10ef2f1d 9.6.6 landed
- 36b564c648a0 11.0 landed
-
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
-
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: > "ALTER ROLE GROUP role_name" > 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