Fix erroneous documentation about noise word GROUP.

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

Commit: 6f5e7a87406f2a52c270b34f257f1c41d631b575
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2017-09-20T15:10:42Z
Releases: 9.5.10
Fix erroneous documentation about noise word GROUP.

GRANT, REVOKE, and some allied commands allow the noise word GROUP
before a role name (cf. grantee production in gram.y).  This option
does not exist elsewhere, but it had nonetheless snuck into the
documentation for ALTER ROLE, ALTER USER, and CREATE SCHEMA.

Seems to be a copy-and-pasteo in commit 31eae6028, which did expand the
syntax choices here, but not in that way.  Back-patch to 9.5 where that
came in.

Discussion: https://postgr.es/m/20170916123750.8885.66941@wrigleys.postgresql.org

Files

Discussion