Fix erroneous documentation about noise word GROUP.
authorTom Lane
Wed, 20 Sep 2017 15:10:42 +0000 (11:10 -0400)
committerTom Lane
Wed, 20 Sep 2017 15:10:42 +0000 (11:10 -0400)
commite77730721f5faddb28fd11912f7968ddfd8b58c2
tree37dc7f89567aa2bdf069fbab564b10eeb768455a
parent4131cc6b90ce274a44462627a1c878bf1950838b
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[email protected]
doc/src/sgml/ref/alter_role.sgml
doc/src/sgml/ref/alter_user.sgml
doc/src/sgml/ref/create_schema.sgml